Loading Tool

Explorer IconExplorer

Memory Pool

72,414 transactions
28.31 vMB
0.07169903 BTC
Random Selection Loading Transactions
Max Size: 171.27/200 MB

Candidate Block

Mining Attempt 9cc6d8461e6ecf69b8e1a350967e8501e64857fb5a68a113add4509c8bfa5b5f
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 35bad62bc95271eae5d60a6cfd5245b9d31fef99c5021254918d843273e675a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.00963072 BTC
Feerates: 107.33 > 0.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (35,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,679 879,679 0000000000000000000030abf3158fed6c791e3376d51733dbb0a4ed1ea113a6 2,604 1.00/1.00 vMB 4
879,678 879,678 000000000000000000000478f3f63be7965855e6d28793609187ebcbdd18b809 3,451 1.00/1.00 vMB 9
879,677 879,677 0000000000000000000275b181521ee48797683b26eb3c71d3352a7537030de6 2,461 1.00/1.00 vMB 6
879,676 879,676 00000000000000000000de294f7e83f87c083035201382151546ab98e489e8c4 2,344 1.00/1.00 vMB 3
879,675 879,675 00000000000000000001e435f58b3484ece889938fe6608e8226c29a1e52d392 3,619 1.00/1.00 vMB 2
879,674 879,674 0000000000000000000187cff17fcfa4c44688450ab85f98d055fc0b31e4a003 2,745 1.00/1.00 vMB 5
879,673 879,673 000000000000000000021fd5e8af083832f2b1c1d6d1efa59cefbb7c0670f64c 2,160 1.00/1.00 vMB 3
879,672 879,672 00000000000000000000dd75ac5e230a8a81281e9bdc472d95ea9279f3fc6caf 2,673 1.00/1.00 vMB 6
879,671 879,671 00000000000000000001326b33eeee22be7d472c638ac67c33d5334d08e1f9c9 2,287 1.00/1.00 vMB 6
879,670 879,670 0000000000000000000267921b3ccd65abf9aacac3f4ea8d0b8485faded97d83 3,028 1.00/1.00 vMB 5
879,669 879,669 00000000000000000001d0f48fd5348f4bdd2865b188f33fb24b4cdacb966cd0 3,608 1.00/1.00 vMB 8
879,668 879,668 0000000000000000000283b06e75451cc88b7291a93a226fa350abdfe9558c9d 3,105 1.00/1.00 vMB 6
879,667 879,667 0000000000000000000015a72b3d6cb2281d59ab51526d53f48c0378130670c7 4,228 1.00/1.00 vMB 9
879,666 879,666 0000000000000000000216678d38900eeae7667efd9665f4e682c1eeeec56622 3,887 1.00/1.00 vMB 11
879,665 879,665 00000000000000000001b2833dd84a8c54b8f6e2929622ca2d2624165d47f66b 3,458 1.00/1.00 vMB 11
879,664 879,664 0000000000000000000018c11a1b0b49e8d9db1969a47353195c7df79bc8ac2d 3,741 1.00/1.00 vMB 7
879,663 879,663 000000000000000000002e85a345957c08453dd600a1648b0a6cd861e919e558 3,216 1.00/1.00 vMB 6
879,662 879,662 00000000000000000000da96f1bf3c69011982ba6bc047069d6de6cc4511ce7a 4,125 1.00/1.00 vMB 7
879,661 879,661 000000000000000000026ea37c90fc6a5e78690380a2112de3b5a3b7a8e88e76 2,343 1.00/1.00 vMB 10
879,660 879,660 000000000000000000013a75ece7c53f4999b1e36b81500a4b401f8e42cee80c 3,750 1.00/1.00 vMB 8
879,659 879,659 000000000000000000006811fb38c96c867deaf80cdbfafeef8ba01db0c9b00e 3,281 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.18 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: 750.25 GB
    • Received: 18.84 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.