Loading Tool

Explorer IconExplorer

Memory Pool

40,018 transactions
26.00 vMB
0.06607167 BTC
Random Selection Loading Transactions
Max Size: 134.96/200 MB

Candidate Block

Mining Attempt a33e08027c782b087017ca755d1d1a9ec14a90e8f820a15c480f0950c0db71b4
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (208,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,904 705,904 0000000000000000000a86573a2e658e07781a7e45edf8f00a92238137f3c3dc 957 1.00/1.00 vMB 10
705,903 705,903 0000000000000000000dfab814c031be0ca38589daf33c9e94a6da0c56b5bbfc 3,362 1.00/1.00 vMB 22
705,902 705,902 0000000000000000000d424a00840b4a9413c41522794bdbcb690ea390d77665 2,193 1.00/1.00 vMB 15
705,901 705,901 000000000000000000039bc6a5383ea3d3b0b61dd9cdc959229ea46c1541c759 2,997 1.00/1.00 vMB 14
705,900 705,900 00000000000000000002e19f2a77186fbe5b2dbc70541d4ca711e1f3f3dd83e6 2,218 1.00/1.00 vMB 18
705,899 705,899 0000000000000000000d1977a81ee33c758fd66546c6c3cfe98abbd97d69c730 2,371 1.00/1.00 vMB 12
705,898 705,898 00000000000000000009963a42726da17349047e13b1bf0df5882bfbb6a2fc38 2,978 1.00/1.00 vMB 16
705,897 705,897 0000000000000000000b511f9d234c4ef64d2dca951f5199609bc363d42da2c0 3,048 1.00/1.00 vMB 33
705,896 705,896 0000000000000000000971ffa6bc3df911514651d8f8ce65cff058fb081244f9 1,193 1.00/1.00 vMB 12
705,895 705,895 000000000000000000080482ebb776068d8f7b00e4e943ef5d78f0224004ee9a 1,929 1.00/1.00 vMB 11
705,894 705,894 00000000000000000005363a0cbf9472cfd7e395c52ec7c82e398f5af39084dc 3,118 1.00/1.00 vMB 22
705,893 705,893 0000000000000000000b7483f8308a0b0e2b56d7ed0d377703a245452be8a058 2,504 1.00/1.00 vMB 17
705,892 705,892 00000000000000000009ddd108ec22ccd68b51fbb9de9b5ed7f513d11f45e31e 2,960 1.00/1.00 vMB 11
705,891 705,891 000000000000000000039a99ba9b945dcd818bb6a5646279c9b3a2a12bccbdfe 3,266 1.00/1.00 vMB 19
705,890 705,890 00000000000000000003b200c0dae9a8c69e9df9dee5d9d75e4341439af08179 1,021 1.00/1.00 vMB 17
705,889 705,889 00000000000000000008f1275f052a10efb5b1c40b2b39b694467916ada2b3d7 3,128 1.00/1.00 vMB 25
705,888 705,888 000000000000000000016844f145453b2fabd4b95dee22bfe0122464eb67113f 1,555 1.00/1.00 vMB 16
705,887 705,887 0000000000000000000aed7db7fab75f0a37b42d252c1fad9372349d89993f19 2,517 1.00/1.00 vMB 23
705,886 705,886 00000000000000000005bcea1e6a796a8d71260bda36bcae983ac34212e8bb70 2,504 1.00/1.00 vMB 18
705,885 705,885 000000000000000000020762dd3a6dab2fbcf444919242a66fd71dda661cd710 3,403 1.00/1.00 vMB 14
705,884 705,884 000000000000000000075071ac91a95c47b678c7bc250cb5f83e265c5a81ddf4 2,696 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.16 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.42 GB
    • Received: 13.87 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.