Loading Tool

Explorer IconExplorer

Memory Pool

46,274 transactions
28.65 vMB
0.06112919 BTC
Random Selection Loading Transactions
Max Size: 152.46/200 MB

Candidate Block

Mining Attempt 9188bdba8636d467896e9a2ff26de50a0018dc52e84996ce85d5b9d3b1b1bc60
Version 20000000
Previous Block 0000000000000000000174ee00feb456e9cb08dcdd2b42ef733fc93eec85ef67
Merkle Root 21ab0bf7e9ef38d6e25f2e97ea4311181b1713112fe4419879eccc9b36362c76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,329
Size: 1.00 vMB
Total Fees: 0.00666450 BTC
Feerates: 20.19 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,831 (43,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,359 871,359 00000000000000000001e01daf9f14acb84e4bdc8078583b0df9387b3d44f1f0 3,631 1.00/1.00 vMB 17
871,358 871,358 00000000000000000001bf3e7711cb4834f123ddaf89b88e32665921211d1601 3,185 1.00/1.00 vMB 19
871,357 871,357 000000000000000000012215fbab565cac8e92981033346401614f1b6902f856 3,656 1.00/1.00 vMB 16
871,356 871,356 000000000000000000026baa2577640604dec91de88f2d4a3d4cb9bc3f8cb322 2,451 1.00/1.00 vMB 17
871,355 871,355 000000000000000000004e0d59c70f29d7da09259a20d7597194f9c224f2874d 4,055 1.00/1.00 vMB 26
871,354 871,354 000000000000000000013669b3348a746e54f5b8fd2608b6cf8df4a3afbd4461 3,255 1.00/1.00 vMB 43
871,353 871,353 00000000000000000000ec2935f0eb8bd893a2556864e53dae901b0bc1e74d00 3,775 1.00/1.00 vMB 14
871,352 871,352 00000000000000000001b2bf59da17ff5fac6151200c36b65f4812b767ea9fd3 3,576 1.00/1.00 vMB 11
871,351 871,351 00000000000000000000ff6623f16f9559892416b818b860655dfbabe5eabd26 3,958 1.00/1.00 vMB 18
871,350 871,350 0000000000000000000224c8bed39967b4c8d039523e4f8b5eb9732e59d8a0b7 3,467 1.00/1.00 vMB 12
871,349 871,349 000000000000000000001444123402ed73c0de0d966f52f993e0172e9b619db9 3,994 1.00/1.00 vMB 10
871,348 871,348 0000000000000000000049513341c53cefe11a1fbcf2349d7c8ecba792244f7c 3,714 1.00/1.00 vMB 10
871,347 871,347 00000000000000000001c68a156a6ca9d1c6931ed85c734715bd3143d021d856 3,823 1.00/1.00 vMB 21
871,346 871,346 000000000000000000020fc5cf9c2a03efdab74054eaa2abf09f1b2f5b3fe989 3,161 1.00/1.00 vMB 8
871,345 871,345 00000000000000000001cfac66c4c8dd024f115058ab7ce43e83aa7bc9f9c8af 3,854 1.00/1.00 vMB 19
871,344 871,344 00000000000000000000774549c22727b86c69fe333f8e9681b877c1fa5858d2 3,759 1.00/1.00 vMB 23
871,343 871,343 0000000000000000000163939ce27aaec600c12f87a3b4e75ac177b79597ccf2 2,510 1.00/1.00 vMB 5
871,342 871,342 000000000000000000027911fad36498a7c769755894cc6bfa0173a1d4cfbe50 3,091 1.00/1.00 vMB 8
871,341 871,341 00000000000000000000bc584fe64b31759d5fa08b1525a8b989bca222abe6c0 3,017 1.00/1.00 vMB 7
871,340 871,340 0000000000000000000248eba5377e54d17f407a3b6c1a16d79cbf060c3f754d 3,628 1.00/1.00 vMB 20
871,339 871,339 0000000000000000000277b0402f1a072c46a995bb7340af58eba6447295cbfc 1,948 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.09 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: 651.48 GB
    • Received: 13.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.