Loading Tool

Explorer IconExplorer

Memory Pool

51,394 transactions
28.87 vMB
0.07819894 BTC
Random Selection Loading Transactions
Max Size: 155.31/200 MB

Candidate Block

Mining Attempt 7625dfb0c51efece630e4886e0a22f588c24badd3eb2a75df3529eb1af79c51e
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 5292222947eb7ced85ed7b903dc4ab395250b1100e2a5d21c5af246176100497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,450
Size: 1.00 vMB
Total Fees: 0.02221297 BTC
Feerates: 122.12 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (863,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,866 50,866 0000000019ceb4d816ccc6287d849b20f623c9929a74c89071b9be1e439cb880 2 0.00/1.00 vMB 0
50,865 50,865 000000000d82d90bfa6afcaff540dcbced4876bceb18103a6e3c6b61e996edd8 4 0.00/1.00 vMB 0
50,864 50,864 000000000f4991e030c3653097e6b89b602b55a0fbef6298ad1c5434299cda08 3 0.00/1.00 vMB 0
50,863 50,863 000000001a9e0bb07548bb37f96738e0f5f85138308e76d93632a3f46b7a3b8f 1 0.00/1.00 vMB 0
50,862 50,862 000000000a37dec5a6d2e13f7be2ae70088b788b66953a7888eb8fb1126550e0 1 0.00/1.00 vMB 0
50,861 50,861 0000000000e70e7ff1df091005d66a3ab785a540af3497c33e9e4c3ea0046aff 1 0.00/1.00 vMB 0
50,860 50,860 0000000010c38c4c59604a50ee81df7a778b540da49c4229300af529975ebb91 1 0.00/1.00 vMB 0
50,859 50,859 0000000012ff9b44633e560a0aec37fcdeb51e2a65ea00828ea70d9e98f89a1b 1 0.00/1.00 vMB 0
50,858 50,858 00000000084127b961aaa05cf5e873d71064557a19e3a81384f3044e43429162 1 0.00/1.00 vMB 0
50,857 50,857 000000001c90ca3a8d549ffaaba9aa6e48acd657378b6f90bb03ad43db59f1de 1 0.00/1.00 vMB 0
50,856 50,856 00000000023d308ac50325d365df532577a836af9768854c198aca7aa3ebb017 1 0.00/1.00 vMB 0
50,855 50,855 000000000add48e06d682342cd9d77ebb7cfd578a7eb8a3812a2bd536dbab5db 1 0.00/1.00 vMB 0
50,854 50,854 000000000ddb2e9ad6262849efbb1e1fa1f220f2239e15d0fc39dcec79d66f25 1 0.00/1.00 vMB 0
50,853 50,853 000000001f1ee05e6d88fa49a6e9f4b1392bbb4928cee36a88dd4f2b136ff535 1 0.00/1.00 vMB 0
50,852 50,852 000000000b4c17d2a848307be4174dcdc9d882ea8386b617953987e19e479169 1 0.00/1.00 vMB 0
50,851 50,851 0000000005909d071a3986716f9ae4a30449128e7b3e25df79edca7e90fe19f1 1 0.00/1.00 vMB 0
50,850 50,850 0000000014faaecf1aaa302b84362551fd9af779baf9f8d74d1ef88fb95e950d 1 0.00/1.00 vMB 0
50,849 50,849 000000001f32f282d1b6de612c7f8fd42dafcbba422bb09287387d5c2d0b6404 1 0.00/1.00 vMB 0
50,848 50,848 00000000021a2f50f7554eb32c1e526216d2ed979509a811270336df3e145cf6 1 0.00/1.00 vMB 0
50,847 50,847 000000000836e557a009f3f0aa54be8df0a4fe50bc8d3865ce0c37f6cfadd0dc 4 0.00/1.00 vMB 0
50,846 50,846 000000000a16e53cd96792085250adff6fbe84bbe8700e6e969c77c1e2566d8c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.02 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: 649.86 GB
    • Received: 13.22 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.