Loading Tool

Explorer IconExplorer

Memory Pool

12,074 transactions
10.18 vMB
0.01131870 BTC
Random Selection Loading Transactions
Max Size: 56.09/200 MB

Candidate Block

Mining Attempt 22aa7292e12a492c05352c0cb8a29ccf676f3352bc7702cc52ff0d5917e38b7d
Version 20000000
Previous Block 000000000000000000013c9b054e6d8eb5b6540bf0729478f8ad9d9409aee84e
Merkle Root e230fcf9a3c2bcf5ff6906f2d90f8856c13c50581802f0a06f4141e8f44d0ea3
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,530
Size: 1.00 vMB
Total Fees: 0.00159131 BTC
Feerates: 30.12 > 0.16 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,703 (44 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,659 938,659 000000000000000000017ab23ab59b9f4c7b7c9a3b9b93cb2c9af9f7be53656e 3,664 1.00/1.00 vMB 0
938,658 938,658 00000000000000000000dbde5c5e9384243e37f691c38381181d785fee2534f3 2,912 1.00/1.00 vMB 2
938,657 938,657 0000000000000000000152e88e690b5f199eb448e60459bda7c1b15a4f817af0 2,641 1.00/1.00 vMB 2
938,656 938,656 00000000000000000001c1040e211d2dbae5689bbf6de049f52aef673963262f 332 0.15/1.00 vMB 1
938,655 938,655 0000000000000000000064fe4b70df8a0553a900cb817a0fb160ccfe4ab24171 1,481 1.00/1.00 vMB 0
938,654 938,654 0000000000000000000033ff0a4d5290153b707334ee55d7de3f6710e2e4e240 2,017 1.00/1.00 vMB 0
938,653 938,653 000000000000000000015275bc3809994d7ed0a77f2222f0cc71a911b163b870 2,245 1.00/1.00 vMB 2
938,652 938,652 000000000000000000007c9fdd0df1a493c76dc22375cccd12b708edaadfadbf 2,546 1.00/1.00 vMB 1
938,651 938,651 00000000000000000001ada86a394df32db8ee876d7306a51ab51c21c85d9b8a 2,780 1.00/1.00 vMB 1
938,650 938,650 00000000000000000001c3d04e367d890bd2c00aa5b807b82325b0934985db2c 3,145 1.00/1.00 vMB 4
938,649 938,649 000000000000000000006515349772b3bbfd96ae0cc9cdc85a2fad25fb45547c 2,737 1.00/1.00 vMB 3
938,648 938,648 000000000000000000007d096c56711b300bfd61b483ddcc06ad88425bd0e00a 3,570 1.00/1.00 vMB 3
938,647 938,647 00000000000000000001154dc4376d567cd470828eb63f79914ef4e692e17108 1,604 0.56/1.00 vMB 2
938,646 938,646 000000000000000000013f496bf27671d99472b0ed9832a7760e57a6fe478a17 2,786 1.00/1.00 vMB 1
938,645 938,645 000000000000000000015991b160294697e58fd623dbacf9aa88db2638231454 2,774 1.00/1.00 vMB 1
938,644 938,644 0000000000000000000000d0a795468920f196b72845de9f67073a0a15beb0c5 1,756 1.00/1.00 vMB 0
938,643 938,643 00000000000000000000f0959e76b28cccdff490c4d950e730bd9e00b8f50af6 3,266 1.00/1.00 vMB 3
938,642 938,642 00000000000000000000b0e28380e90d7a0f216f6c860e66c2e1b60f43a656e9 2,398 0.93/1.00 vMB 2
938,641 938,641 000000000000000000007ea9c7d7f4c3721f5d407760b0ddee5fbd1b7c04108e 3,574 1.00/1.00 vMB 1
938,640 938,640 0000000000000000000145a05d062d8d81f8da9938875df5a2a86bc3b6f0fa81 2,341 1.00/1.00 vMB 1
938,639 938,639 00000000000000000001ade0699d2838463bbde89df9e75c38eed1ba77ffcdeb 2,369 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 824.37 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: 4,141.56 GB
    • Received: 228.54 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.