Loading Tool

Explorer IconExplorer

Memory Pool

83,555 transactions
30.73 vMB
0.16962124 BTC
Random Selection Loading Transactions
Max Size: 186.44/200 MB

Candidate Block

Mining Attempt 355e8be80fa0598bba8011c64d732d681e5954354427c1ad1f05c86633f196cd
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 540b7d27a8495de3df986338fc23fadac1b18e21752632bea62339394e5a11ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08728827 BTC
Feerates: 150.79 > 8.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (105,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,669 809,669 00000000000000000002a9a759227fb18665263cdd4cf4c04e85a3e75028e928 4,176 1.00/1.00 vMB 14
809,668 809,668 00000000000000000004996ce82d11cd16fcf50c9d40d0281a5d43d037a93c11 2,259 1.00/1.00 vMB 21
809,667 809,667 00000000000000000000062c9c54f7ad8ad74114d92b5a25d8e4dd91bfea54b7 6,509 1.00/1.00 vMB 6
809,666 809,666 00000000000000000004d95b915349f05555646d73f8cd3bebf5afc8743f0715 5,838 1.00/1.00 vMB 10
809,665 809,665 00000000000000000003719b99f36660b05af477035d7b20b01dee1b89a7399c 6,220 1.00/1.00 vMB 7
809,664 809,664 000000000000000000034f0acaea363e64fd8715a7985fc48f245d27b7a966c8 2,262 1.00/1.00 vMB 20
809,663 809,663 000000000000000000017f32230e4289ef41d7653b691e00dfeb17be581a182d 6,011 1.00/1.00 vMB 6
809,662 809,662 00000000000000000000b7038dc072be55190e42a02d279bfb14cf55821cf748 1,713 1.00/1.00 vMB 18
809,661 809,661 0000000000000000000298394f7472c2e3466d8ff2e24b170ff8a807d717ccd5 1,806 1.00/1.00 vMB 23
809,660 809,660 000000000000000000006e3ca93df2bbb1b94a627d6990e6b782fd8f9fc94fc1 2,229 1.00/1.00 vMB 20
809,659 809,659 00000000000000000003c68fb752d14148db203c7766cd1af34a3b05ee5be540 1,878 1.00/1.00 vMB 31
809,658 809,658 000000000000000000015bf13dee9248c425dbf202642e1169781996271a6be8 2,612 1.00/1.00 vMB 39
809,657 809,657 00000000000000000000dc50a461687a026ac90bb9c417259c7e2023d50646b9 3,391 1.00/1.00 vMB 18
809,656 809,656 00000000000000000002ec807c5052b0ef9445d5d382fd5d48056ad00ab50991 3,769 1.00/1.00 vMB 20
809,655 809,655 00000000000000000001f54a01e398653687105ec4e05b0feb23614e0aa23105 2,185 1.00/1.00 vMB 10
809,654 809,654 00000000000000000003ab3ee30e0aafdecdc1a51d5e00b4fd4d76ece5c81ee2 3,814 1.00/1.00 vMB 21
809,653 809,653 00000000000000000003683b00f3dc2f4d65a94299cf664f56ed3e38e2fc5ba8 4,684 1.00/1.00 vMB 26
809,652 809,652 00000000000000000001a86973dd61377a1f5d4c659c3bb42a3d2b88e7e1d868 4,296 1.00/1.00 vMB 35
809,651 809,651 00000000000000000000b42c221afe6670673f3ce7c22dbfe54a6dd064c58b72 2,366 1.00/1.00 vMB 29
809,650 809,650 0000000000000000000176b3de90f519666d9e1df1fe8fca0c9d1f705ebc3060 2,588 1.00/1.00 vMB 33
809,649 809,649 00000000000000000001cb97b755c75c8104eef3a22efbcb72e8deb4aedd4c39 3,358 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.