Loading Tool

Explorer IconExplorer

Memory Pool

78,670 transactions
34.86 vMB
0.13516972 BTC
Random Selection Loading Transactions
Max Size: 192.77/200 MB

Candidate Block

Mining Attempt a62e6e5aca6a244c209ea16c8cad1db4f9347422703c801b9988fc77061370e8
Version 20000000
Previous Block 0000000000000000000083cd39367e0cb041c7750eda09569a7b62d97da4353e
Merkle Root 1fb8f14f2e53e10345210c075007c7a95f0f6d8ff64bbeec4edfd1b4071ba000
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,513
Size: 1.00 vMB
Total Fees: 0.01770002 BTC
Feerates: 150.67 > 1.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,403 (10,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,124 905,124 000000000000000000010e224cd0223e40aa4374c06a43e299a25db802027c28 2,615 0.81/1.00 vMB 3
905,123 905,123 00000000000000000001939ed76ebe1fc079340a2db29e2cafcbf7509e503c2e 2,846 1.00/1.00 vMB 3
905,122 905,122 0000000000000000000260813cfda1788255b7cecafd98cd494d660dca931b13 3,223 1.00/1.00 vMB 3
905,121 905,121 0000000000000000000258f14ab0878af1aacff26aa01e2b40a40f359158f84b 2,845 1.00/1.00 vMB 3
905,120 905,120 0000000000000000000011a72dceabf0eef6cf70e8b5311df8977e4f85ce1d3d 3,131 1.00/1.00 vMB 2
905,119 905,119 000000000000000000001b000a777fc475710dd20c8c977033ae18e511dfd9a5 2,050 1.00/1.00 vMB 2
905,118 905,118 00000000000000000000e8ed3ec41d8cb1d25ff918dd33094a84f21809cbfa0e 1,040 1.00/1.00 vMB 1
905,117 905,117 00000000000000000000031588bf479187483864cf55b3eb38efb0132518e07f 2,368 1.00/1.00 vMB 2
905,116 905,116 000000000000000000017e54e52534d5d9ffb94caab047ae4d1b244f1577b62b 1,634 1.00/1.00 vMB 1
905,115 905,115 00000000000000000001888973f1be633bd77474a1ddeddc1149f098d22b0f68 3,430 1.00/1.00 vMB 5
905,114 905,114 000000000000000000012d8405d3e61df96f2e844bd8379bbd17f5a7f69c1a9f 2,954 1.00/1.00 vMB 3
905,113 905,113 00000000000000000002680610fd5792b908dc5b0559d2f4e5335b7ca5e8dcb8 1,036 1.00/1.00 vMB 1
905,112 905,112 00000000000000000000a53fede899a452adc99a5fa732ce218be735e734c65a 1,952 1.00/1.00 vMB 2
905,111 905,111 00000000000000000000b79ab81fe1b5db1254fc6dfb7a3ab602c02ae6bc97ca 3,794 1.00/1.00 vMB 5
905,110 905,110 00000000000000000001c8f1ed0e8de3a5536c6f754d30568ae2129c7e4179fb 2,769 1.00/1.00 vMB 4
905,109 905,109 00000000000000000002270cb2dfd5567845c7d76195f46824b0f6f2693441b8 2,413 1.00/1.00 vMB 3
905,108 905,108 00000000000000000000e9900f08f6dc109762d09d4d0b31b8ece5ab35a5401e 2,163 1.00/1.00 vMB 3
905,107 905,107 00000000000000000000166648351c3402e05251a5d5d372c83805a49d2751c0 3,666 1.00/1.00 vMB 1
905,106 905,106 000000000000000000022ab6bbc49a8a2bd3bec6a5d14d5bdb3256b4625763bd 2,135 1.00/1.00 vMB 3
905,105 905,105 00000000000000000001c829a3334152869d0b9bbec5a1a3f9541e4884bb13d0 3,718 1.00/1.00 vMB 5
905,104 905,104 0000000000000000000248174bf0695308106c5324a63f250f751d09a5e5c88e 1,096 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.09 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: 724.26 GB
    • Received: 18.42 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.