Loading Tool

Explorer IconExplorer

Memory Pool

74,623 transactions
27.65 vMB
0.06866000 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 8a7ecd7a3270771c40d7112a2bcff3772d34a0c54fae6d509777dc7b456c0cfa
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root bae7f493991b729154a55f7100f6becc3a8b7ee29b6b73cf9514aa5f68f94397
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,112
Size: 1.00 vMB
Total Fees: 0.00973787 BTC
Feerates: 180.82 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (59,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
856,097 856,097 0000000000000000000238b82287ccadfbc7ff3c4dfb6c2fa818ce55308591e3 2,371 1.00/1.00 vMB 6
856,096 856,096 000000000000000000002eced005b040621a6374c26a7582877e42b99cf6b1ea 3,295 1.00/1.00 vMB 8
856,095 856,095 000000000000000000002c331f10de12d51d27ec99a4d61520c65618c4591b34 3,417 1.00/1.00 vMB 9
856,094 856,094 00000000000000000002507557c8d6aa74f53a7c46d82d71983364c1d69e0590 2,870 1.00/1.00 vMB 10
856,093 856,093 000000000000000000026cd2d16122d4fbe8a58a3273f28fab363b1d149df8dc 2,057 1.00/1.00 vMB 16
856,092 856,092 00000000000000000000301f7c2efe411f1ed8623ef58883daea29a647faf7d3 2,667 1.00/1.00 vMB 8
856,091 856,091 000000000000000000004278cdda96c376429d8e16ebfc384735a0c94dd2a704 2,385 1.00/1.00 vMB 9
856,090 856,090 000000000000000000028bf06dde600aaed346c2d331701ee28b5f00b4231a0c 3,067 1.00/1.00 vMB 11
856,089 856,089 00000000000000000001227f87c92f516f9254d569e52b53a115769f788d5444 2,147 1.00/1.00 vMB 6
856,088 856,088 0000000000000000000076510ec4d604fe41bf80dfe023c511b7af4abc73431a 2,918 1.00/1.00 vMB 7
856,087 856,087 00000000000000000001e6e1a9e28c2ca74241ba5da2d5478f041338021dbf0f 4,643 1.00/1.00 vMB 4
856,086 856,086 0000000000000000000314a2836f7d1edf68270ad0d3ab0919365e314c7728dd 1,374 1.00/1.00 vMB 3
856,085 856,085 000000000000000000005c27097d503c41ac39e65e878ca6b29c3b7dcaae7acc 691 1.00/1.00 vMB 4
856,084 856,084 00000000000000000000acb5e3bf4bce189c7b1ae0ea1413d77f2b5123e9134e 2,462 1.00/1.00 vMB 6
856,083 856,083 000000000000000000016f7298955602cbcfc6452ebe3e9276630aaa04a81dd8 1,341 1.00/1.00 vMB 4
856,082 856,082 00000000000000000002624304e194fc7c00174733236bd781b1de27c4446ebe 2,074 1.00/1.00 vMB 5
856,081 856,081 00000000000000000002f3b4717b726f1e7cf446c13870be35ac44f0293bf12c 2,155 1.00/1.00 vMB 8
856,080 856,080 0000000000000000000073d1b9195b63b31c138ded2cecff59b4271bb8824a65 832 1.00/1.00 vMB 4
856,079 856,079 00000000000000000000514baa2640bb044e9775bcb0838ece2de7c2f4e31f35 2,953 1.00/1.00 vMB 6
856,078 856,078 00000000000000000001ef968c9371033b5b688a2b5095e82ea95b715f381c8c 2,801 1.00/1.00 vMB 10
856,077 856,077 00000000000000000000f59e0630516d7f78a401b8743607d8d5cdb59a766bea 1,438 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.86 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: 712.85 GB
    • Received: 17.24 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.