Loading Tool

Explorer IconExplorer

Memory Pool

78,133 transactions
29.34 vMB
0.06452235 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt ace75309e3d1f73a8e3befd2e078db91dac3a6bb41358df93721df4116e46c72
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8a6fb40b238e1fcff1afd9b8924f4b4d52348748582efb998b7e752b7801d4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,893
Size: 1.00 vMB
Total Fees: 0.00492691 BTC
Feerates: 18.31 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (260,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,611 654,611 0000000000000000000a497ef80d62a2493b3b4482c46c81a41ced68c003e3b8 1,948 1.00/1.00 vMB 186
654,610 654,610 000000000000000000036c79e45d8c5b2b7a17bc4a44fdd2325ed10ff747d9b4 2,242 1.00/1.00 vMB 212
654,609 654,609 0000000000000000000c27e53270da205a7216979aea15072b49ff1bdcb427fc 1,667 1.00/1.00 vMB 254
654,608 654,608 0000000000000000000a7ec1fe9f0b631d85e7a111b7db1b289a5203e1566b63 2,061 1.00/1.00 vMB 221
654,607 654,607 00000000000000000001dd6a8609e703499cfc1084a814beafb2a8de3e3cc595 2,504 1.00/1.00 vMB 176
654,606 654,606 0000000000000000000a0469671c22b3541630da0839f255f57b9435e16005f7 1,912 1.00/1.00 vMB 278
654,605 654,605 0000000000000000000ae55e569154b9ef23abdd225b01cf1e2794c32e11ec99 2,301 1.00/1.00 vMB 194
654,604 654,604 000000000000000000020222d663456a1151f7d148d4674232f408db4c3a385e 2,069 1.00/1.00 vMB 208
654,603 654,603 00000000000000000007528228eb3acac03635b8058104efaa9730cfc36f50fd 2,573 1.00/1.00 vMB 183
654,602 654,602 0000000000000000000aa03bf1f710b6b0de006082a86e0df0a17f50549e60a4 2,643 1.00/1.00 vMB 227
654,601 654,601 000000000000000000015249aee206d7964dcc92525ccabe67ba9d394fc620f7 1,815 1.00/1.00 vMB 254
654,600 654,600 00000000000000000005bdd68e9193baa065c2eab70065997846874c83cbb11c 2,911 1.00/1.00 vMB 294
654,599 654,599 00000000000000000009b0fdc69ebabdcafbd61f36724831ed74daa04c2fe891 2,867 1.00/1.00 vMB 205
654,598 654,598 00000000000000000000bbc14cccdeceb1359aaa40de1e54197f00c6d2b0a868 2,974 1.00/1.00 vMB 212
654,597 654,597 000000000000000000012425f0f36978544ba017122ee6ff4caa5885dd422adb 2,527 1.00/1.00 vMB 250
654,596 654,596 00000000000000000008e9001b475e72b17235d3d9f8c1ecc45d676ffd472541 2,424 1.00/1.00 vMB 241
654,595 654,595 0000000000000000000401563513e7417c28bd0fe82e7c55b8f559191fd189a6 2,487 1.00/1.00 vMB 269
654,594 654,594 000000000000000000001fca45096d34eecf56129108aae798adabeb4b6dc5a8 2,782 1.00/1.00 vMB 283
654,593 654,593 0000000000000000000cee88cc00df9a4ed270eb0ba5f473985c1e91b3097a71 2,989 1.00/1.00 vMB 213
654,592 654,592 000000000000000000046cac1142c8f2d25f5b022c5d054e9e3ab0f3b29c4878 2,639 1.00/1.00 vMB 236
654,591 654,591 0000000000000000000500de684e13660600f6758e5ef2779d0cc66cc4dbcf32 2,625 1.00/1.00 vMB 259
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.