Loading Tool

Explorer IconExplorer

Memory Pool

79,809 transactions
31.30 vMB
0.07472167 BTC
Random Selection Loading Transactions
Max Size: 188.72/200 MB

Candidate Block

Mining Attempt 33133886a7492bff82ffd61596991108149641e1b54fd4ef1e2d78a4f252d5c9
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 230210516dfe70ad70dc2a2fe5b8eb432594f16f91a4c5bbc30126076937e87b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 890
Size: 1.00 vMB
Total Fees: 0.00674080 BTC
Feerates: 40.21 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (248,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,883 666,883 00000000000000000006623aa1b7d8a91018ab0548152af85439f42bbb535d15 1,003 1.00/1.00 vMB 90
666,882 666,882 00000000000000000009bec8d3d477083dedaf2e68a191e8b25ed9cb5c3d7084 1,653 1.00/1.00 vMB 98
666,881 666,881 0000000000000000000c6388012ba7b716e627af077f27a94581e6c7398badef 2,417 1.00/1.00 vMB 93
666,880 666,880 000000000000000000023aab216e94aecb4a415c2a615b53b52732cad7202034 2,925 1.00/1.00 vMB 80
666,879 666,879 00000000000000000001f9a98eceb3905f8eb96a1deea54f77ed5a6bd5b699c1 2,729 1.00/1.00 vMB 82
666,878 666,878 000000000000000000032a25a61e39611c73a6c90d36dec2ee7da726808d1bb3 1,117 1.00/1.00 vMB 25
666,877 666,877 0000000000000000000b664ccb9771eceb1f827a28980e28debf3dd0153c87ef 86 1.00/1.00 vMB 5
666,876 666,876 0000000000000000000c516146f1128d26bffcf631e3e72fb4aada499c72a00b 1,064 1.00/1.00 vMB 25
666,875 666,875 0000000000000000000b583b45dfdaf84ee18a9dbfb2cc51c044f605cb7c564a 1,100 1.00/1.00 vMB 25
666,874 666,874 00000000000000000003f1da49ed7238150e6d5cd102e229b2ae564becfb78fc 2,468 1.00/1.00 vMB 7
666,873 666,873 0000000000000000000b09a59c6ae9371dd22da29bc20d4019d3da3f9bb84ab0 2,524 1.00/1.00 vMB 73
666,872 666,872 0000000000000000000998c0e1e02ff73358c92ae0b56ce0a5d964383f8ec386 2,298 1.00/1.00 vMB 83
666,871 666,871 0000000000000000000763832c2da77426e746ecc325b8be2b5c6298b59606e1 1,101 1.00/1.00 vMB 31
666,870 666,870 000000000000000000069b47353e4505d29b53775d5ce7fa9ecce86cef07ed6a 1,296 1.00/1.00 vMB 10
666,869 666,869 0000000000000000000c4c5ab724586492037e034c47c579a4a68a02831ef80c 2,213 1.00/1.00 vMB 50
666,868 666,868 00000000000000000005865294de05ca702ff58140d7453c3eb83be0dd5a1807 1,640 1.00/1.00 vMB 17
666,867 666,867 0000000000000000000ca45288b3b0e08f4d25ac4d5f417513a784b85fe75b1b 1,890 1.00/1.00 vMB 81
666,866 666,866 00000000000000000000c8549333dc16de24add25440dd3d71413104d49b083b 2,092 1.00/1.00 vMB 34
666,865 666,865 00000000000000000006173cfc6fa42a23d81c6011a8fb4f900395eca8c0dd39 2,301 1.00/1.00 vMB 53
666,864 666,864 0000000000000000000a9b5b303dd9b7107602a849db30820143d3b7eed2f88b 1,708 1.00/1.00 vMB 23
666,863 666,863 00000000000000000005a03b132c70ff0fd6505b89eb2bda112b9acc10faafc2 2,279 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.