Loading Tool

Explorer IconExplorer

Memory Pool

77,926 transactions
29.43 vMB
0.08905948 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 47ccaece62180eb652b6897bc3b30139b29f0fddc7c6d8befb5898907745e803
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 06c19525fb93d519b268d9b7f46e39bfd10c6698515fb713fac4f94835e309ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02448571 BTC
Feerates: 301.35 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (347,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,338 567,338 0000000000000000001a5fc3f1b25dbe673a1a83d8d83025e02d1bcd77f2f0f4 2,527 1.00/1.00 vMB 37
567,337 567,337 000000000000000000234b7302442eeeeec8a74b5bf5551becd1a618cba4f7ea 1,454 0.49/1.00 vMB 19
567,336 567,336 0000000000000000001a6927ae1dd80db53d2b75c28789e6a59e337a69320e6b 2,307 0.88/1.00 vMB 22
567,335 567,335 0000000000000000000d25b4286eb45d7de84785846a5a0bde321af1f3e27a7d 1,512 1.00/1.00 vMB 16
567,334 567,334 0000000000000000000cf3fd3e5d905b56bee69eed97f7d7a2af16eeb487814f 1,124 0.43/1.00 vMB 20
567,333 567,333 000000000000000000142ffbad7a526391bbbaa5aca0c12665659fd8a59c20a4 584 0.18/1.00 vMB 21
567,332 567,332 00000000000000000028f814005b6bf515768e25b875f0fed5d64722032908c4 1,994 0.81/1.00 vMB 19
567,331 567,331 000000000000000000145a274673daad43a127e554a1eb07a9eafd5402b777e1 1,736 1.00/1.00 vMB 16
567,330 567,330 00000000000000000002aa8d02097f96e4a572fa8fbbd739211c4d7a320f8313 2,218 1.00/1.00 vMB 9
567,329 567,329 00000000000000000022d96742ea169838ec9c5032ac9692a4a8be3d12f78506 2,893 1.00/1.00 vMB 15
567,328 567,328 0000000000000000001a6353cfb7166a2cdb61490d0068d6e58ecae8512acc51 2,825 1.00/1.00 vMB 30
567,327 567,327 00000000000000000011f0dce4f916e2379ba07e33da3bb21575e1bcb2e1eca5 2,679 1.00/1.00 vMB 40
567,326 567,326 00000000000000000006c517c154d44e9b0e591c3f51688b6db151de5be4d7a6 1,608 0.66/1.00 vMB 19
567,325 567,325 0000000000000000001495c297b6f2be339441707d2f69374bd0af87be85d21f 1,833 0.87/1.00 vMB 22
567,324 567,324 000000000000000000263d91aee75c7e41b93fb5d132cd7c68a0c0d479771420 269 0.09/1.00 vMB 19
567,323 567,323 00000000000000000001d4a486d761c7efacd16c20ab5abcd07ea627bd364951 1,311 0.70/1.00 vMB 16
567,322 567,322 0000000000000000001ec4ef6b47ee6a2a82d0ed797e463af6f29eea73d91bdc 649 0.42/1.00 vMB 17
567,321 567,321 00000000000000000013c2ac9b21f4fd0665ea9235f303e5c028aa5601968f9b 2,169 0.95/1.00 vMB 12
567,320 567,320 0000000000000000001638a3d1fac81fd4966415383b989efc56a64377ada971 2,575 1.00/1.00 vMB 28
567,319 567,319 00000000000000000018d1001708431734ef1b5ca660794ded15916236e62054 2,744 1.00/1.00 vMB 25
567,318 567,318 0000000000000000000cda9fce325d5741d3edf9822158814f562491b910fdfa 1,838 0.79/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.