Loading Tool

Explorer IconExplorer

Memory Pool

73,692 transactions
28.13 vMB
0.09293629 BTC
Random Selection Loading Transactions
Max Size: 167.98/200 MB

Candidate Block

Mining Attempt bef47ebacd3fb2bfbcc73159fe7c1e9a23ca0a3c7ad95df0e012fc94dd20068d
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root a64542a62751e0c95714a13f3307e389b25b904421a0b0c30fabf44a0589a96e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,044
Size: 1.00 vMB
Total Fees: 0.02499673 BTC
Feerates: 151.12 > 2.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (890,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,873 24,873 00000000563c149e8f5a01c43ae1ef77acf3af2d358cb323429c865e4279cb35 1 0.00/1.00 vMB 0
24,872 24,872 0000000029f6502028e4f820117b238c65bff9780a6194b7b737902820c1d248 1 0.00/1.00 vMB 0
24,871 24,871 00000000d23eae2996e0d3ebb2ec9878fbb47f64584db9e2ca6d304d3aaae095 1 0.00/1.00 vMB 0
24,870 24,870 000000004ef158d02999082b5b71954527e2affe96ba043d09b1b756e55b7569 1 0.00/1.00 vMB 0
24,869 24,869 0000000045d254368aa1b105f3b416ab69e777d8bb83fb5c2ce13505cb9a316c 1 0.00/1.00 vMB 0
24,868 24,868 0000000065a8f1f38a4e87eb3a9f06fc7031ca3c34781c1668547d0e7048fe18 1 0.00/1.00 vMB 0
24,867 24,867 000000005dce5bc764dbf65525e301d1a9b88edfec48e504555c814fcb629114 1 0.00/1.00 vMB 0
24,866 24,866 00000000ef0617c986818335539a50ecd23a6643ddd21cf95d000fc3a39d2b3b 1 0.00/1.00 vMB 0
24,865 24,865 00000000deadf9bc60a2247136d03b0224bd4901d59c4a5e3713e9fc82331d1d 1 0.00/1.00 vMB 0
24,864 24,864 000000000250d8c2a349f768d23d0ffbe45174a7bc420c79fa775cb613f80152 1 0.00/1.00 vMB 0
24,863 24,863 0000000060af6a3f1e7f9c2c50b1c519ed7fbbf9a856a2c82d0935dcdeaceb37 1 0.00/1.00 vMB 0
24,862 24,862 00000000ed411f925f8f5593e89e585a96f104f77809a401eeff9c0722539361 1 0.00/1.00 vMB 0
24,861 24,861 000000007652015ca33d15aaa7c06984519e3ebad84571529026cd7425e8192b 1 0.00/1.00 vMB 0
24,860 24,860 000000006f7775545be0e158fbc94ed5ffda87f6a9483fbf2ad4ddf8eaee78f8 1 0.00/1.00 vMB 0
24,859 24,859 000000000b8cc9fcef37fb85b1414b67cb29b0c246a8fb67f1f818beb36e3198 1 0.00/1.00 vMB 0
24,858 24,858 000000001f1fb72f1cd619bb4be85d3f64f79f1358346c38262827be33174d80 1 0.00/1.00 vMB 0
24,857 24,857 00000000db3439225e48beda2ffa5249ab4870ca942ddb07b86f77cd514fa1cc 1 0.00/1.00 vMB 0
24,856 24,856 00000000be7948eb4ee2e66b671817b5d4af786df2ddf66fd6729eb2ec187cba 1 0.00/1.00 vMB 0
24,855 24,855 0000000075f89007480a1fcaf04e19aaeb6c16603bb97945293672a82f1cf50e 1 0.00/1.00 vMB 0
24,854 24,854 00000000b60eeda675ad73db10eb54a1d78111b54e985002df29622d9a126444 1 0.00/1.00 vMB 0
24,853 24,853 00000000a5856c2de0567d69e501018c419db86d7c85d1d83e2888c429f3b302 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.70 GB
    • Received: 19.45 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.