Loading Tool

Explorer IconExplorer

Memory Pool

41,630 transactions
26.49 vMB
0.05584089 BTC
Random Selection Loading Transactions
Max Size: 139.09/200 MB

Candidate Block

Mining Attempt 508d3332b02590ff7c6e986ec930d06934960d30c1040ce2b6e02225a236a996
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root b0d1385ff6d838fc2c8f777ae1798e32d28cadfca7f31dc8dc5985fb8bc83920
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.00717166 BTC
Feerates: 150.93 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (356,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,497 558,497 000000000000000000135467f737a8902aa3a5dce01a29f761c9feadf25e0cb8 1,168 1.00/1.00 vMB 55
558,496 558,496 0000000000000000000291274e66a32aa1c28d21f6b63d7bdaae439209a23cc4 775 1.00/1.00 vMB 83
558,495 558,495 0000000000000000000687d10ec6d7dc99f6f1ea696a359545cfdf2bf34b3056 3,083 1.00/1.00 vMB 16
558,494 558,494 0000000000000000002a2f400d2d56b03f7f894744b8f5c6c1edc2842a8b54c9 3,056 1.00/1.00 vMB 23
558,493 558,493 000000000000000000135309fb1add8493c52144b1124784b252a5ad9baec1f4 1,997 0.93/1.00 vMB 10
558,492 558,492 0000000000000000000c68c8a34f4167875b560e76ff5f6b06fecb34ce3d3153 1,896 1.00/1.00 vMB 8
558,491 558,491 0000000000000000002dbb99e15a0ab876f18aebba2f6010e5a233f190026c57 1,891 1.00/1.00 vMB 2
558,490 558,490 00000000000000000015ccb5994aa7d19baf09729d08fe043bb46c8bc25922bc 2,698 1.00/1.00 vMB 6
558,489 558,489 0000000000000000001f783bfa8b9139aebda32c45bf5ae35b2375e437b4ddf1 1 0.00/1.00 vMB 0
558,488 558,488 0000000000000000001e67814d9c100f1c24790e4dd692cbba79af177082cd86 2,860 1.00/1.00 vMB 24
558,487 558,487 00000000000000000028e6998435f1224b8cdc4416833f4ab32ac8571da84c35 2,536 1.00/1.00 vMB 18
558,486 558,486 0000000000000000002e8285dad02502b5734dfb5fb912de8f086d3b2b5f2f73 2,353 1.00/1.00 vMB 10
558,485 558,485 0000000000000000002e1e9e6f82487bfe15242198db2d0260bbec015284aac1 3,029 1.00/1.00 vMB 15
558,484 558,484 000000000000000000023158f233cd9cb31fe2131199a2b8bd9327eaf715bce3 2,380 1.00/1.00 vMB 27
558,483 558,483 0000000000000000000f3b905ad244968a8c616c98bd46362f869d7b1a28d9a1 2,406 1.00/1.00 vMB 9
558,482 558,482 0000000000000000002013a9a6974ba4eeba8daf150f374651df4267ad8b4489 2,540 1.00/1.00 vMB 9
558,481 558,481 0000000000000000001beef31965e7374330f3c37b842fe39e155c7429b3ca1f 2,234 1.00/1.00 vMB 6
558,480 558,480 00000000000000000022726b33f9a085d9677850c901c9bc2133f94b0d9304f7 2,635 1.00/1.00 vMB 11
558,479 558,479 0000000000000000002c31b42db12903dc1a215324ac05c5d4a81ec991d573b6 2,981 1.00/1.00 vMB 22
558,478 558,478 000000000000000000093eff0bee07e3eaafb662a312e3a284ffcc676cc54e74 2,827 1.00/1.00 vMB 21
558,477 558,477 00000000000000000005418928f142591addfb28063380f91622bee0af941b5c 2,605 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.