Loading Tool

Explorer IconExplorer

Memory Pool

78,127 transactions
29.48 vMB
0.10625891 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt b17a0a5baecb3d3e80c5baf902766e9cb03d7906cd03d794bae584971b680a5c
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (519,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,565 395,565 0000000000000000084143a2fc4755eb4de6b65f7a2a00180ad8dd0bf28ea535 110 0.05/1.00 vMB 34
395,564 395,564 00000000000000000886bd86cd64fa3c12a415a689051992f85d97f22e4d9d18 290 0.14/1.00 vMB 38
395,563 395,563 00000000000000000589716eccf43348c7c2bdc1b8932b3ccc3b1e0e12633b87 1 0.00/1.00 vMB 0
395,562 395,562 0000000000000000001862c1dd21a37cae6d0e2b50f9cf4876eb68804b82380f 1,039 0.88/1.00 vMB 25
395,561 395,561 00000000000000000251ba93fff60f43967cc33d55561b0a324cc18c52eca648 2,145 0.95/1.00 vMB 44
395,560 395,560 000000000000000005dcfb4082d3ba6e0f839d7e129e23b4b9f36c0c3704cf3b 1,392 0.99/1.00 vMB 26
395,559 395,559 000000000000000005d78b057b38245ab7a71297a6cdc93c67d87970b43ff41d 2,378 1.00/1.00 vMB 45
395,558 395,558 000000000000000008ef6bafbddc1a0bf0bc6984ae956f96aef25331a99e532a 1,243 0.61/1.00 vMB 37
395,557 395,557 0000000000000000012fe83b70e2f0e71ce754a640fa82e5f99ed4bdbb099e1c 82 0.07/1.00 vMB 16
395,556 395,556 0000000000000000080484bc334a7bd6aa4640e438b11551751bb858a4c50908 1,306 0.64/1.00 vMB 36
395,555 395,555 0000000000000000076672562b48799b4da0421bd58f996ac935826a17506113 753 0.59/1.00 vMB 22
395,554 395,554 00000000000000000056b69298a2625db447811003d41a7beec6ee7892dabb1d 1,305 0.77/1.00 vMB 30
395,553 395,553 0000000000000000087d0c9029a68dbbffa23f028f61b4c04c69ab990ccfc9eb 2,197 0.93/1.00 vMB 47
395,552 395,552 00000000000000000589b44a78d9f84cde50b21950b73e06721f9cf03cfd5e84 251 0.21/1.00 vMB 21
395,551 395,551 000000000000000005dd4adccdfac0e9228dc6a505c51fea2535e267375c2b69 1,641 0.93/1.00 vMB 31
395,550 395,550 000000000000000000f8e3235af40c6dc2133b912a1e7ecd19f549372084dd5d 1,721 0.95/1.00 vMB 34
395,549 395,549 0000000000000000062b6e9e490c486999b53f8a747f10b59eb47709888c8599 1,530 0.93/1.00 vMB 31
395,548 395,548 000000000000000001172ef5b10e5fbf1cdf3563b4ca7b2af50af0c2234bc258 1,872 0.99/1.00 vMB 34
395,547 395,547 0000000000000000065eb40ee4b31f08de300cbe7a468e50961bbdd6da4cc955 2,141 0.99/1.00 vMB 42
395,546 395,546 000000000000000002662fadc11e999216cc6add1568a6af09f2dc84a1c500b9 2,508 0.92/1.00 vMB 52
395,545 395,545 0000000000000000059134ebb840559241e8e2799f3ebdff56723efecfd6567a 28 0.05/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.