Loading Tool

Explorer IconExplorer

Memory Pool

47,099 transactions
27.91 vMB
0.12965857 BTC
Random Selection Loading Transactions
Max Size: 146.42/200 MB

Candidate Block

Mining Attempt 7e525f39346a0ca42deebb9b9168544ab85aa01c023ade849ad7a57947efea64
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 43499b0e04b421debedf0b7542fae0b1a2dabaf6a4cd2c29c0a15985e8c4124e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.05827184 BTC
Feerates: 151.01 > 5.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (184,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,449 730,449 00000000000000000004d7a0f346250657b4e21c3b57f2d63f2dfc7d363280b5 945 0.66/1.00 vMB 4
730,448 730,448 00000000000000000003a6a2d2f9a4ff6962d9e4ac851a45b06df6eee941f690 2,724 1.00/1.00 vMB 6
730,447 730,447 00000000000000000007f017c4508df5ed7c12549fe5de19af305d8bab8a69af 3,414 1.00/1.00 vMB 8
730,446 730,446 00000000000000000002fa3d807c8e4cdb3c97cdfd2a02de369d061f93b541f9 3,089 1.00/1.00 vMB 16
730,445 730,445 000000000000000000077693d0bb4e08dbaf5b34aa856a027e001c1f0939e1cb 3,090 1.00/1.00 vMB 5
730,444 730,444 00000000000000000006c74577dd257212b2094b2327109fa5097d257a69abd6 1,521 1.00/1.00 vMB 7
730,443 730,443 0000000000000000000972b0120f6a9aad12d06d0a25587364dc6955e34010a8 2,655 1.00/1.00 vMB 12
730,442 730,442 00000000000000000004d159d61d40ff41937c61e966390d54fbe215c6e5e38b 3,509 1.00/1.00 vMB 9
730,441 730,441 0000000000000000000422dc2e74e8a6cdf3db4b637f095dc2acc8daf5e1bc18 1,749 1.00/1.00 vMB 3
730,440 730,440 00000000000000000005365ee82b2fc97a91100ce6f26ce6af2775bd5645bde5 3,069 1.00/1.00 vMB 15
730,439 730,439 000000000000000000056d79fc86ae9dc7b185e40980570b974e88cdbba7d3a6 1,810 1.00/1.00 vMB 5
730,438 730,438 00000000000000000005148483c4fd52f0d1771df660ae3905bd6c11eda7195f 2,231 1.00/1.00 vMB 9
730,437 730,437 00000000000000000002805fd15bfcef5902b2b3412c1d73764f5c37c4906676 2,046 1.00/1.00 vMB 17
730,436 730,436 00000000000000000004f98161684acd7c53bb5f3a0bf2b61c799fbd0253c60e 3,190 1.00/1.00 vMB 15
730,435 730,435 00000000000000000007b3cccd1017fec3861eb34dab0ab3a00d2bb71ed21c8a 1,420 0.51/1.00 vMB 6
730,434 730,434 00000000000000000002f2c14b5c29e78f5b9467936a8a6d5da1b21e8a0cc59a 3,032 1.00/1.00 vMB 7
730,433 730,433 00000000000000000006d6831de848fa901d0965699066e4818e71f5a017c81e 3,131 1.00/1.00 vMB 18
730,432 730,432 000000000000000000083a9f57adf10f62b5ce310f0e379186f1094dd83a32bc 2,483 0.91/1.00 vMB 9
730,431 730,431 00000000000000000002156433be2e8f06c0d4ba359b7c42a6241e45d1d6ea79 1,993 0.66/1.00 vMB 6
730,430 730,430 00000000000000000002d9ed49f1781550944ce17ec767783a07f045d2b60ac6 1,967 1.00/1.00 vMB 16
730,429 730,429 000000000000000000025e0d8cb72af99b37367a59b56a85a831249ec7103d09 367 0.12/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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.51 GB
    • Received: 13.91 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.