Loading Tool

Explorer IconExplorer

Memory Pool

76,665 transactions
28.94 vMB
0.07501979 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt b5883a599f43b157f12bec38233c19948e53ca4e9c36bd8b626f7f1af3695b36
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 0a999ffc0899f2abc62ef51c6de037f9b950c695fabfcf9b37d8fe6e3b0f0a56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.01187573 BTC
Feerates: 74.05 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (212,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,717 702,717 0000000000000000000cd8d3e40a8e950d0ccf784c8d593b085cd6d5df95b60f 2,595 1.00/1.00 vMB 7
702,716 702,716 0000000000000000000d28ea7b9698d6dcd0a5457e529a30033c3d0da8ef9797 1,338 1.00/1.00 vMB 7
702,715 702,715 000000000000000000057ed12a0401b2c3038acbf309b2720026d89990f689b2 1,440 0.42/1.00 vMB 10
702,714 702,714 000000000000000000031314f04e8425618948e2a8f46a12c7dc3e73c4a80950 2,228 0.79/1.00 vMB 10
702,713 702,713 00000000000000000006719ad2bb9a5306269f416be43e7346e8fb28483b5354 1,488 0.43/1.00 vMB 10
702,712 702,712 00000000000000000002101d9fcdec03b4b0bcf6be9e417800113c96e8835307 812 0.28/1.00 vMB 13
702,711 702,711 000000000000000000078848a1a395bd4588381d8eb41ae8ad33dbfe9e4a38da 2,119 0.63/1.00 vMB 12
702,710 702,710 0000000000000000000bb65617ed6bd57a9ee0afaa87fdf1e0d4061452c22442 11 0.00/1.00 vMB 4
702,709 702,709 0000000000000000000b8830955d4ab45fdc5933449a59fa6639cd4c9fb66024 2,121 0.66/1.00 vMB 11
702,708 702,708 0000000000000000000a4fc08fea0815edbcb902c7e1f7a5221d0b2d84e89183 2,066 0.71/1.00 vMB 9
702,707 702,707 0000000000000000000423f3cec4ea81d1308aa6d412802920a26d75b8696a95 1,541 0.48/1.00 vMB 15
702,706 702,706 0000000000000000000cd14dc8f434e51374b2262568a025bdc2c3df35c2a5e3 644 0.21/1.00 vMB 9
702,705 702,705 0000000000000000000489843efc345d09a347795bddcc6eace264de38b130a2 768 0.32/1.00 vMB 8
702,704 702,704 00000000000000000000e824b4a24950815147da3099196505fb92ed5cc8a217 207 0.07/1.00 vMB 19
702,703 702,703 0000000000000000000e9dfd031a1923e20c478f1ee0d6d6f953a0de9e8e83da 1,386 0.52/1.00 vMB 22
702,702 702,702 0000000000000000000a8fa7e0cd3099f8796307b3a5c243526c8365efedccfa 1,166 0.39/1.00 vMB 9
702,701 702,701 000000000000000000047e8969b52d9e6eb8124410a36b49fb37d493c9fdc254 1,849 0.59/1.00 vMB 9
702,700 702,700 0000000000000000000b17c1723145f705d5551ad3d80461c1c407b03a000f5a 1,566 1.00/1.00 vMB 7
702,699 702,699 000000000000000000030b73e3a75815f87e405ab53e0a90e5751f4cd0e0ed8d 832 0.46/1.00 vMB 6
702,698 702,698 000000000000000000051c37437e96e8ea55fb6d26175146cc57de8abf372507 8 0.00/1.00 vMB 4
702,697 702,697 00000000000000000009b0b9c144666d0c8314be888e4eee63c23bac829d5382 444 0.13/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.28 GB
    • Received: 17.05 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.