Loading Tool

Explorer IconExplorer

Memory Pool

86,920 transactions
32.27 vMB
0.14088674 BTC
Random Selection Loading Transactions
Max Size: 197.94/200 MB

Candidate Block

Mining Attempt 3c616f746a0b1f88f6bba09259b671632da4bd8beada2d91fa618bcbacf9f623
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d5da915780f3d2f1e1696b28a7418e546190ac9a8cbd0b8468d84473a9cb5739
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.06138927 BTC
Feerates: 502.65 > 6.15 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (349,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,510 565,510 0000000000000000000eac9b525879c4097df32e36af05b58cb95430a02f155f 1 0.00/1.00 vMB 0
565,509 565,509 0000000000000000000ebc095b725916c0476cfa260fa5e2e5c090c8f3666170 3,057 1.00/1.00 vMB 14
565,508 565,508 0000000000000000000f56645d9f3f813e7beb47c3bf13506f53865d09ecd2fe 3,082 1.00/1.00 vMB 15
565,507 565,507 00000000000000000003432121c5819c4d54b31c880b2bf45df247d09045edb9 2,706 1.00/1.00 vMB 19
565,506 565,506 00000000000000000008ebd6a29030c4a8814b62d33eebf17ffa44feb7612601 2,566 1.00/1.00 vMB 32
565,505 565,505 0000000000000000002723764ed94faa2a98e98d4fa6d5b47996b524e0f72081 1,095 0.38/1.00 vMB 10
565,504 565,504 0000000000000000002161950f23378eab38ae852673db4cdb54c4c7b2dff01c 3,112 0.97/1.00 vMB 13
565,503 565,503 0000000000000000000c82a10ab642743f94143e66a82782130852df1ff13ecd 362 0.10/1.00 vMB 11
565,502 565,502 0000000000000000002058f86c32faec16586643a4bacb128b1e7c07a8cd31d8 466 0.14/1.00 vMB 12
565,501 565,501 0000000000000000002b75d8738be668cd28e1243da6753a3295e2f7cb51e9de 1,783 0.55/1.00 vMB 18
565,500 565,500 0000000000000000001cec15110040b1792c1f68a2d9d6cd1436ac2e3cbf21af 1,509 0.71/1.00 vMB 8
565,499 565,499 00000000000000000001fe8c402e89124136249ababb3d6a58c06c83b8d5d579 3,022 1.00/1.00 vMB 9
565,498 565,498 0000000000000000002dbdea588f91d86ed657e953d2634427b39335447d058f 1 0.00/1.00 vMB 0
565,497 565,497 0000000000000000002b70b0131c99651464a2ca020eafd1b47e794ef9b624cf 3,348 1.00/1.00 vMB 2
565,496 565,496 000000000000000000167fa4f48f85cfa7b679d5499bd8164359b86e77a0c170 3,002 1.00/1.00 vMB 27
565,495 565,495 000000000000000000112d4812ae2626ea9066e333103743083c1f7d0b17218b 2,794 1.00/1.00 vMB 8
565,494 565,494 000000000000000000117c8fc7d0944a6b051583df1d6b5c658380de936cd04a 2,465 1.00/1.00 vMB 5
565,493 565,493 0000000000000000002b006c5faead90788530cedea0343eb575ac818d8af958 2,938 1.00/1.00 vMB 27
565,492 565,492 0000000000000000001b2b63bbddf58da3c10f97c8270bed70decba9f316d6d3 2,500 1.00/1.00 vMB 13
565,491 565,491 000000000000000000064736cd14cf8a976d35c1db6ac1eb59e903aa64b8f81f 2,623 1.00/1.00 vMB 28
565,490 565,490 0000000000000000000f0302a2e0df8da6bb4700e0745e9f816b99d83d12325f 2,598 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.76 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: 709.13 GB
    • Received: 16.84 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.