Loading Tool

Explorer IconExplorer

Memory Pool

42,316 transactions
26.70 vMB
0.08580768 BTC
Random Selection Loading Transactions
Max Size: 139.49/200 MB

Candidate Block

Mining Attempt 55cc17679f2ac25ac5537f286751f7f16a9a816fd9ffcd945251129763edcfc8
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root f3b94d9299856912c77fea6cd7c6debdff25087a48050b152da0051afce2c41b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.03639042 BTC
Feerates: 151.01 > 3.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (352,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,656 562,656 00000000000000000022695145c7633d4cf04518ed03608d9a2abf26a9006386 504 1.00/1.00 vMB 12
562,655 562,655 000000000000000000225c9a7522a2b5921ea551af882874494bac0e6fbb30c8 172 1.00/1.00 vMB 8
562,654 562,654 00000000000000000008115ad19ea982428c7964d5ed527ff4d5ea0334a42083 228 1.00/1.00 vMB 8
562,653 562,653 000000000000000000222f39dedac87e9760c2bf1f6ec8109f3796762938323a 318 1.00/1.00 vMB 8
562,652 562,652 0000000000000000000e2af6d1ffe96706d97fcf6c16f89a58e7156479f6394d 1,367 1.00/1.00 vMB 15
562,651 562,651 000000000000000000021a6d77ba928acad0b09f62e74dd05cafc748c5945d66 3,083 1.00/1.00 vMB 15
562,650 562,650 00000000000000000026a3cddfcd0bb6fc797a3897c25401a8c6aaac9e08e317 2,643 1.00/1.00 vMB 30
562,649 562,649 00000000000000000006975e7b0a23d941e3dac3b90d8e92f9cc595ac0a60b26 1,833 1.00/1.00 vMB 18
562,648 562,648 000000000000000000217a8e5acaccc2ba6b651af6cd2c8725ec503caba65c6d 1,445 1.00/1.00 vMB 17
562,647 562,647 00000000000000000026746b51c687a9c1556ee844d1483bba02fe5f7f28b73a 2,155 1.00/1.00 vMB 21
562,646 562,646 00000000000000000005bb7707ac814b9bacff8904954c203b1e8160737b5f19 510 1.00/1.00 vMB 9
562,645 562,645 0000000000000000000b13527fe093c4591b61886c0178f0ce7d66a3e6529602 1,902 1.00/1.00 vMB 10
562,644 562,644 0000000000000000000c82faf44fac81fd4f0e13cc7276a54dd7545bc2e93e08 2,413 1.00/1.00 vMB 16
562,643 562,643 00000000000000000019ad408bc6928e8f16a4e8bc3882e13eb2b3a4ec8ffb2b 2,422 1.00/1.00 vMB 26
562,642 562,642 0000000000000000000adcbe2d58ad37912a581293b84efb1057eb21089df2d0 2,514 1.00/1.00 vMB 18
562,641 562,641 0000000000000000000df26e4135ab597e7d2da41e2fa056a9734eba9070333a 2,671 1.00/1.00 vMB 25
562,640 562,640 0000000000000000001c45fe037b6f6d8e85d44ab019652ae09818a137de2625 2,807 1.00/1.00 vMB 50
562,639 562,639 0000000000000000000fb8dba7f48eb65dbc24c6dc03d6f84823b5d59c7c4148 133 1.00/1.00 vMB 7
562,638 562,638 0000000000000000002d4de5bd28d4445cf36bfb83d341c084440fb69320f351 412 1.00/1.00 vMB 9
562,637 562,637 0000000000000000002a0336c2ede62484bcab6b1f345c42b0002ad6c817ae30 1,450 1.00/1.00 vMB 11
562,636 562,636 0000000000000000002884d4cdb2d3698853343db2dadd7154e451b7fc8fd10e 2,741 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.