Loading Tool

Explorer IconExplorer

Memory Pool

46,497 transactions
30.68 vMB
0.10050288 BTC
Random Selection Loading Transactions
Max Size: 157.88/200 MB

Candidate Block

Mining Attempt e9e01baf0b4f2285b05db8fb8110ba7138dead4df64143ab5dc8827f7d2b7c11
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 2fe485515b3631f65433a3cbbfdbf58ac90aef6a4b9c430ea3604298cb663133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.03282728 BTC
Feerates: 100.29 > 3.29 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (355,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,734 558,734 00000000000000000004b65edca068d821a5ee65bbbe80280ca7730f87cae3da 1,803 0.67/1.00 vMB 13
558,733 558,733 0000000000000000000dd4b3ac555035f756a783382c69269be7c678efe9caa0 2,237 1.00/1.00 vMB 7
558,732 558,732 000000000000000000292ee9bcf1d5e8e4043df1915eec59fa1c6d61705be918 1,301 1.00/1.00 vMB 9
558,731 558,731 000000000000000000042549833f8c1e8e5071c3dd044218a6b1bab05282b8af 2,584 1.00/1.00 vMB 22
558,730 558,730 0000000000000000001843363333da13e1ba129d93a6b1f11b253f41b08e55ae 1,663 0.56/1.00 vMB 2
558,729 558,729 00000000000000000000f1457ce6e780f4db398c2cd160dfe61592fe9b2d00bb 2,182 1.00/1.00 vMB 8
558,728 558,728 000000000000000000177baccc59d700dda09ed11b4a5b174d114dd036ee30b4 3,015 1.00/1.00 vMB 28
558,727 558,727 0000000000000000000bed50aa1ad1225ebe734709194f2ba40e4780112d5063 1,816 0.64/1.00 vMB 14
558,726 558,726 0000000000000000002782033e2277307922fd543f49e30e5f98e95cfb49f820 472 0.87/1.00 vMB 2
558,725 558,725 0000000000000000002a71a90f0169b029e384cc24af2a2d7c1552090412667d 1,138 1.00/1.00 vMB 5
558,724 558,724 000000000000000000248e67bffb4da9a7f22c4c6d0411788a67d6b09469d75e 3,166 1.00/1.00 vMB 17
558,723 558,723 00000000000000000025167c033cf08eaa310ec81f895fc95644cf89a1ec4cc7 2,147 1.00/1.00 vMB 15
558,722 558,722 00000000000000000012129a8c4ee045fa4d0676d21dfcf09e5097bd1542c311 1,269 1.00/1.00 vMB 5
558,721 558,721 0000000000000000002ed095bc7d3cb83a1f26bf788aea549e6015b0cb6da2b4 1,165 1.00/1.00 vMB 3
558,720 558,720 0000000000000000001c66d637badcc639e6ebb4267b03bcc563cbb0dedf81e5 344 1.00/1.00 vMB 3
558,719 558,719 0000000000000000001d084ec947d46cb640b0e9e1180213f39237cb25a05dd1 1,717 1.00/1.00 vMB 8
558,718 558,718 000000000000000000219380be52b7f056d132130f6b94ff2cbdd24d2f2adaf1 2,440 1.00/1.00 vMB 16
558,717 558,717 00000000000000000024b8e842e6c11b3384ffc7d66c58f1d3352ff3ddcbb2c6 2,834 1.00/1.00 vMB 19
558,716 558,716 000000000000000000261239bf84dc3f5fb0374728fc6250e4a4d4a6df2b1eed 3,302 1.00/1.00 vMB 42
558,715 558,715 0000000000000000002c3876726609b74f1600231675fc3fd35870e569968f94 1,508 1.00/1.00 vMB 12
558,714 558,714 000000000000000000226d4197838458a9c2fcc5ad93e7037a9540d15115659e 1,641 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.64 GB
    • Received: 11.68 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.