Loading Tool

Explorer IconExplorer

Memory Pool

24,590 transactions
10.95 vMB
0.04947747 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.78/200 MB

Candidate Block

Mining Attempt b7b9e102ee7c769dbf2189bbebcb51e18071b7fc67e18f49231c69bf296a5fd6
Version 20000000
Previous Block 0000000000000000000067f5b641202c998f0a82b15e69f99c1b9408c7ddde65
Merkle Root 0ae916561200a14e006e34c038a5efa050e6fc1afa359498599611cf0abd494f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,463
Size: 0.99791075 1.00/1.00 vMB
Total Fees: 0.02946926 BTC
Feerates: 502.67 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,574 (740,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,031 173,031 0000000000000164196688407f240c255c976eb2524e0feab50f601b811732d1 133 0.04/1.00 vMB 95
173,030 173,030 000000000000068da4f9dec6219799d17184fac2ab8b5274ded105d231593619 17 0.01/1.00 vMB 75
173,029 173,029 00000000000007e133606dd4d2b0950cb3edb28f7a5f6e6e55080121aa139fb5 52 0.04/1.00 vMB 64
173,028 173,028 00000000000002ffa05b8fec71c212b92460111901b6ae3b7273b1b8777165ab 56 0.02/1.00 vMB 36
173,027 173,027 00000000000001cef60123b7b7af25619cd7903dc7cefc4876bf47a52a768f59 10 0.00/1.00 vMB 19
173,026 173,026 0000000000000301e0a8bee9c42954e12a81f94e93dc9621c8366636dabb29fe 37 0.01/1.00 vMB 137
173,025 173,025 00000000000008b41b76a72e853c2bde01bce13c01ade0b4c7fbe8128b73b67c 9 0.00/1.00 vMB 52
173,024 173,024 000000000000065196a83b22cf108200fd83e10489c0a323e33354831f428021 22 0.01/1.00 vMB 113
173,023 173,023 00000000000003cd306e9605cba937b6ac95bb6c7a44d61fed44d2845bc2d869 30 0.01/1.00 vMB 107
173,022 173,022 000000000000098ac8c374a7a0b5e4769ce870b14d19d08e2bf7f26390fb6bcf 40 0.03/1.00 vMB 58
173,021 173,021 00000000000003a8dcc3597e804029dd1f442100dec6a59b2b262b1315d0fba1 108 0.03/1.00 vMB 82
173,020 173,020 00000000000009ddb6b8b34088b90082c6452edddb3606c99d054099cbdfccfe 9 0.01/1.00 vMB 108
173,019 173,019 0000000000000564e255f8c764dbcc4eee2e96164a0c7f1f35bc463e942eb9ea 39 0.02/1.00 vMB 53
173,018 173,018 0000000000000486e8b94a5a0e751247d350da7fe116027b72750f089b8f1a60 30 0.02/1.00 vMB 36
173,017 173,017 0000000000000072e1be56e18179f1ed7efe2743b8460a1d6dbb08f37e63b62e 1 0.00/1.00 vMB 0
173,016 173,016 000000000000046e89c9138e0b9bae2e77e13dcdfd911d7fa964353d5c184488 23 0.01/1.00 vMB 185
173,015 173,015 00000000000006808fb5ae813950db96f1f35eae77ead6e5af7fefc6ac0fb69b 69 0.06/1.00 vMB 355
173,014 173,014 000000000000031ce8641a2cd99c071282b1d4b76ee3ea1e3aea39033dfca315 47 0.02/1.00 vMB 29
173,013 173,013 00000000000002494d450817a7b7e5208f2f04823e5dbfadc61824588ff6f153 87 0.04/1.00 vMB 155
173,012 173,012 000000000000007f4dffc59a5f5319f6b3580be9efcb46ea37b386870778b59e 27 0.02/1.00 vMB 117
173,011 173,011 0000000000000002a9bbbe045429e063c791604edc73e92190ae12d8ea77ba13 7 0.00/1.00 vMB 478
Previous 10 blocks ↓
Total Size: 779.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: 444.69 GB
    • Received: 2.44 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.