Loading Tool

Explorer IconExplorer

Memory Pool

42,397 transactions
32.07 vMB
0.13036023 BTC
Random Selection Loading Transactions
Max Size: 160.44/200 MB

Candidate Block

Mining Attempt 5f73129f389bc5539ebfb997bf00b9a8654a271767323d4cd92d463f0531898f
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 8d69240de34578bb8d4864f63875e31ebeec58bdddddc83b6320db90688451da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,849
Size: 1.00 vMB
Total Fees: 0.06133644 BTC
Feerates: 116.76 > 6.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (912,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,154 2,154 00000000eb14ba643a4fc85369eb4b0e08dfa632d4789d9974e231b2df5ed4a0 1 0.00/1.00 vMB 0
2,153 2,153 00000000d1dc5228b3684b92435b2e22b1ef1b8bf3b139f6ef9c73fc3153cca6 1 0.00/1.00 vMB 0
2,152 2,152 00000000710be1ed303b2a2b13af371682ad41cbe9d6281a780af53756b27766 1 0.00/1.00 vMB 0
2,151 2,151 0000000060853d68d5905f6d2c670d36d71b248fa1fa09c74cc89d11dbfc78d8 1 0.00/1.00 vMB 0
2,150 2,150 000000003a9d525344b3aac97bbfca6a7898642ff2e072fb9bac354d0aec5217 1 0.00/1.00 vMB 0
2,149 2,149 0000000027639216483775437aaf3bfbc8153ba2f40ab525511ff55732996bef 1 0.00/1.00 vMB 0
2,148 2,148 000000007d8b560a19bdbb1b8686f23266329ab888c60238fb5071078110e1b8 1 0.00/1.00 vMB 0
2,147 2,147 000000002ce3d00a93b342f931c56436fb627d115e246cc77a5d33af87ebe922 1 0.00/1.00 vMB 0
2,146 2,146 000000006533f32f413c4db58b1e2f570c70617c98cec29d42b226cd26690f02 1 0.00/1.00 vMB 0
2,145 2,145 000000000108aaf29957b945ae48abf9419b7b23c265d81493eae01ca7472cb8 1 0.00/1.00 vMB 0
2,144 2,144 0000000080af307a7f9f2edc93a9a8846886a1a6f7031a009132d04b1691bc74 1 0.00/1.00 vMB 0
2,143 2,143 000000005e007f176975230d68510149ef9d80b5180cf9110099b09d7a23e80b 1 0.00/1.00 vMB 0
2,142 2,142 000000005d4a5902a4b909926739a348f7789b6d7b24a9623c3364ea7e5ceeed 1 0.00/1.00 vMB 0
2,141 2,141 00000000ef796e6b802f79520d9d13ba41987733459d5fca01e9ed70ff2c1e72 1 0.00/1.00 vMB 0
2,140 2,140 00000000c3cae15259d830f55cd7683081d30dac174f808dcf6f2bdb57914d3b 1 0.00/1.00 vMB 0
2,139 2,139 00000000e626f2ffde2fd0c4a8bd46fcbd5fe62b46c700ac2a4e5debf32e5367 1 0.00/1.00 vMB 0
2,138 2,138 00000000066b91b7693f4fd69b0d3b1bb42df76b8e040e01310c086fa234c6a2 1 0.00/1.00 vMB 0
2,137 2,137 00000000c45c54342d8846b07f5c75b188871a9c31b3495aa682b8c0f193712c 1 0.00/1.00 vMB 0
2,136 2,136 000000004cae720c41e23ebf521ab2f9d35bfe364d670b2b195618213dde8783 1 0.00/1.00 vMB 0
2,135 2,135 000000001e4ed2d4b03580ce578626d40b3424889953df0dbb86ac3d37efce54 1 0.00/1.00 vMB 0
2,134 2,134 000000006d15a46f33f628b76373bcb4c42ed89937b033823d0cf0fd86809a65 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 590.75 GB
    • Received: 9.59 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.