Loading Tool

Explorer IconExplorer

Memory Pool

78,745 transactions
29.46 vMB
0.11870073 BTC
Random Selection Loading Transactions
Max Size: 178.01/200 MB

Candidate Block

Mining Attempt 8c12e9ad80116ecab764c00c117a6dd7e7db0a858531b830996d1b05d1656364
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 7aa5078c3765f90be42931cc055785bbcfeb765003df44aad05b856b0f9f6cc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.04121842 BTC
Feerates: 198.58 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (625,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,335 289,335 0000000000000000665a38b77908996451736b8738492c8985e560b1152283e0 1,024 0.32/1.00 vMB 57
289,334 289,334 0000000000000000634b264e9c7232f14239314d45e9b1d7ea8914e4b88635ff 64 0.03/1.00 vMB 51
289,333 289,333 0000000000000000ae1d9d07e087b58f3b5bdbec3f6c0308032f17ea175726c6 255 0.19/1.00 vMB 32
289,332 289,332 000000000000000017bed5ecfbe44081d318271ca279868c4784c6543dbccb52 86 0.04/1.00 vMB 13
289,331 289,331 0000000000000000652816133ff300f8ac6e3f4c5a4172d7e6d3f95ea048224f 332 0.25/1.00 vMB 24
289,330 289,330 0000000000000000ef4794b70cae0560c1a8ca3b33330a39d0a2cadb8511d808 508 0.38/1.00 vMB 33
289,329 289,329 0000000000000000d75566b1e84a4a5eb72e04a1724f4084714cb7028ca2d620 314 0.21/1.00 vMB 25
289,328 289,328 00000000000000006e446f314462e026830ca46a80e2ca2b98a1fdf1ca02d5d4 435 0.41/1.00 vMB 21
289,327 289,327 000000000000000089ffd65a78b6d94a9acc193467243b4defbc77a31a2354ef 793 0.50/1.00 vMB 28
289,326 289,326 0000000000000000728a38b4ad83bc5d8e6348e221e4eb632ed07357f11947a6 318 0.19/1.00 vMB 28
289,325 289,325 000000000000000045428aa8d9382d4338149a22e8f49bb662383c82e35c6e89 191 0.17/1.00 vMB 21
289,324 289,324 00000000000000009fe7dea598c2b8306651d182fcd768cd2fd21bd5c72186a0 128 0.06/1.00 vMB 26
289,323 289,323 0000000000000000b663c773eae060fa24b3d6feea4f5d5524b50df1b5ed9fa9 55 0.10/1.00 vMB 17
289,322 289,322 0000000000000000296f4b447d5a83397db080a718c7097003e388ef84720944 611 0.43/1.00 vMB 27
289,321 289,321 00000000000000007642f255c50a07b0de6d98a8e936ecb2ea3dca04ac265978 439 0.28/1.00 vMB 26
289,320 289,320 000000000000000081ae124d5035b1d26e179fd8311bd4dc62ae6f0440ee36d6 572 0.35/1.00 vMB 30
289,319 289,319 0000000000000000bfd20779e0e2d1c4119001f7d1b7e8bb4d33884a389cf8aa 751 0.39/1.00 vMB 30
289,318 289,318 000000000000000076b22444541d4c2cea7f1dfbac06daf4e8a58398b0a32876 65 0.03/1.00 vMB 40
289,317 289,317 0000000000000000fe4cc0e6d71bc1f429f986c1f8e7e4a4ca6cae81cbe2433e 195 0.13/1.00 vMB 28
289,316 289,316 00000000000000008ea0335f9b0d5ce4ca31f24307c6b244fbb3f5ba6ab896c6 855 0.87/1.00 vMB 19
289,315 289,315 00000000000000011f3882dccaff2b06b95dd1def2674fb77b6812196cb0d4e6 512 0.16/1.00 vMB 50
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.95 GB
    • Received: 17.25 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.