Loading Tool

Explorer IconExplorer

Memory Pool

81,665 transactions
30.07 vMB
0.09433962 BTC
Random Selection Loading Transactions
Max Size: 181.49/200 MB

Candidate Block

Mining Attempt c1aca989e96ec06c0a9e5c7d53245ceacce9070ecb973ef6c08017933ce2a6b9
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 118c3ea056c8e1c374294f20acaa0bdb0ebb5fa43478382a06b3f1f4874e62dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,038
Size: 1.00 vMB
Total Fees: 0.03289668 BTC
Feerates: 526.32 > 3.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (210,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,809 704,809 0000000000000000000aeaf32d1ae6d01416658bd5d0738b863eec2ea0cbdb48 389 0.10/1.00 vMB 12
704,808 704,808 000000000000000000032803acf3e56d6a1a4a9370b5334fdc0fd9cc81dd8329 827 0.52/1.00 vMB 2
704,807 704,807 0000000000000000000206c1caff893ca9c8e7bed7f5336a47852cedd27f7f85 2,614 1.00/1.00 vMB 8
704,806 704,806 00000000000000000009b6e23050b9a275ecf490d4e3082664ea0276e0afc63f 3,054 1.00/1.00 vMB 9
704,805 704,805 00000000000000000003509ec4ab4a18989fc8043c202480d6bbd2ee8c3383b7 2,280 1.00/1.00 vMB 11
704,804 704,804 000000000000000000065b6a6c987721df53a4a514a01cf98288e3721f2895f6 1,466 1.00/1.00 vMB 13
704,803 704,803 00000000000000000009258fec65481771a6bd084bc86d49f574ab73c282deaa 2,631 1.00/1.00 vMB 25
704,802 704,802 0000000000000000000085319a0ca69690a87c71bc53da25f31c5ed2477c542d 2,713 1.00/1.00 vMB 10
704,801 704,801 00000000000000000000b8aad7634307523ddf69245ce63c3c6d109426690b58 2,660 1.00/1.00 vMB 11
704,800 704,800 0000000000000000000aaa27badc2d61874a45cf464b64a0babf6d552e327bca 962 1.00/1.00 vMB 11
704,799 704,799 00000000000000000001119b9ae88432fb946e1cba8c2b1ad681b5085a975153 2,607 1.00/1.00 vMB 22
704,798 704,798 0000000000000000000ccd889efa0a467e5257ee939c44d8cccb4df2e3dceca9 1,702 1.00/1.00 vMB 10
704,797 704,797 0000000000000000000974acb0773b776873365d4a91b751d0dc9a6ca2911bd1 2,262 1.00/1.00 vMB 20
704,796 704,796 0000000000000000000676cdacd64f5be6a0e2596b830ef6a51e0b8cabd7abc7 3,507 1.00/1.00 vMB 19
704,795 704,795 0000000000000000000be9d40e8c1c25000cee4fc3b0153e860a634227c1d970 3,225 1.00/1.00 vMB 31
704,794 704,794 000000000000000000027a944db6d536d6a50eee4db488e567e812b8e65f16ed 1,387 1.00/1.00 vMB 17
704,793 704,793 000000000000000000032c6e62cb1959956d10eef310e5e74237c7a37956942d 317 0.12/1.00 vMB 15
704,792 704,792 0000000000000000000236adae0a3c9ebb0e727cd35c0fd05bb26fcae25dcd57 1,559 0.54/1.00 vMB 19
704,791 704,791 000000000000000000036d5408fb49c17a362d86a5ba41aac586aa6595a8b416 1,230 0.39/1.00 vMB 2
704,790 704,790 0000000000000000000aeca164dda66df9703a6eb835273c1a212a7003385e1b 3,103 1.00/1.00 vMB 20
704,789 704,789 000000000000000000011fb58992fe464e7082e84c19797b0cd9fed078145f9a 2,300 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.