Loading Tool

Explorer IconExplorer

Memory Pool

89,838 transactions
24.27 vMB
0.07072925 BTC
Random Selection Loading Transactions
Max Size: 161.64/200 MB

Candidate Block

Mining Attempt be47cfb0315a336c5432a1286cbed9f303f330f0684d5606a1c093284122255a
Version 20000000
Previous Block 00000000000000000000029b5f871f573b03e38cb2e80f11b455d58067f4d26a
Merkle Root f3bb6fc42a935142f47f83127aff0a378405e0f56854f8f13492bae78f13794c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,978
Size: 1.00 vMB
Total Fees: 0.01352805 BTC
Feerates: 180.64 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,103 (826,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,658 89,658 00000000000b833e11a51440868b02564417747c9ae80885533303e79fca9751 1 0.00/1.00 vMB 0
89,657 89,657 0000000000109761ac87241b4dfede22836b3078a4e48243be5d1287283e9f78 3 0.00/1.00 vMB 0
89,656 89,656 000000000009dadef50e2b0a47ae134bc9dcd54c52916684cc41c804f06c4d6b 1 0.00/1.00 vMB 0
89,655 89,655 00000000000965c82569234f281934d6de43f2e5b4b2bd3e22182e069494d64c 1 0.00/1.00 vMB 0
89,654 89,654 00000000000fbb13fde084e9dc8ba3b2b0a7ff2791cc06d4d6bc2a689c49bcab 1 0.00/1.00 vMB 0
89,653 89,653 00000000001433860a51ebaebfaec180a4bfb14b3654eb664168eb24dc4e629d 4 0.00/1.00 vMB 0
89,652 89,652 00000000000f551a33a59f4d92c44d9a01b636dd70ec011509e50119f7fc9641 1 0.00/1.00 vMB 0
89,651 89,651 0000000000056e57cd9a067715ffaf7a717d1710e22539e4350d56277d27ab87 1 0.00/1.00 vMB 0
89,650 89,650 0000000000072db6d9a868b1c7819ac91bdc3f641500db4a30e0013366a8a750 1 0.00/1.00 vMB 0
89,649 89,649 000000000002d226d46d06399f275ccdbf546b325d99fd4bcb102f5bc4eae6ce 1 0.00/1.00 vMB 0
89,648 89,648 00000000000c48714fd2b56e62a6275e0951e232bc76bb1ff3f21c2f5a6aa766 2 0.00/1.00 vMB 0
89,647 89,647 000000000010fe3fe07e4daad62f67e923094b30418fdd2791a188bdc55c2d31 3 0.00/1.00 vMB 0
89,646 89,646 00000000000db0b284a0ee1edb2a08e2bcb4f080c93a996401b09da517d1ebf1 1 0.00/1.00 vMB 0
89,645 89,645 00000000000f5d658fa83b9e9c0f278d40e975ad56ebbad03f46b4d6e12ed45c 1 0.00/1.00 vMB 0
89,644 89,644 00000000000265350288834ce2739f4a606e0f7cdcc470b49bee5a678c52ed84 1 0.00/1.00 vMB 0
89,643 89,643 000000000004fa4f616a3b8c33e16d8149abcdf586249c7a34d2b935d6289e66 1 0.00/1.00 vMB 0
89,642 89,642 00000000001326d93a3dd59a96c343c4e4c0cd8ccb024ebf148ee7209616b8b8 1 0.00/1.00 vMB 0
89,641 89,641 0000000000055a0e1069761654b67773dc12efd3e175d3fbb0249c0ab24cd014 2 0.00/1.00 vMB 0
89,640 89,640 000000000005defde11740295540a8af67c523112a1fd0fddfdcf5cff7bdaf0c 2 0.00/1.00 vMB 0
89,639 89,639 000000000005e03abf230e93418e022060c0b679be4c57efda7bb2df3c23644e 8 0.00/1.00 vMB 0
89,638 89,638 00000000000c2473c6d09f72029d5f6ab25422973402c95849edaa73d24a252e 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.30 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: 815.46 GB
    • Received: 24.21 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.