Loading Tool

Explorer IconExplorer

Memory Pool

45,928 transactions
27.85 vMB
0.07188289 BTC
Random Selection Loading Transactions
Max Size: 147.07/200 MB

Candidate Block

Mining Attempt e9446fa988f118c027a60797dbae55a728a538fb7e4adb336ad9a7b039084b1d
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 106beb683cc44fb3209c89f5cfb5c6d6703042317ffdd434936cef1427fa300c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01901914 BTC
Feerates: 134.30 > 1.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (173,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,362 741,362 00000000000000000008ee94e68f0d252aa3744159ca30ed22d56df77361ef7d 1,707 1.00/1.00 vMB 15
741,361 741,361 000000000000000000011d3882c3ddfc2b0f802ce9dfe88a7ea05eea1bd1bcd3 1,940 1.00/1.00 vMB 20
741,360 741,360 0000000000000000000223a8418ce1ab0dca68fb3ab3f0fc73d31f7150a60e96 3,444 1.00/1.00 vMB 25
741,359 741,359 00000000000000000007049857b881e6d45e2bf4dd36787c9e94bdf9d56d443c 2,282 1.00/1.00 vMB 35
741,358 741,358 000000000000000000011bedc3339c2cef8cc6750a24f4cc26a95435425c9566 2,014 1.00/1.00 vMB 23
741,357 741,357 000000000000000000087fde2b23f1e8c45e96f28061dbea4c17b396f8c69a30 1,079 0.61/1.00 vMB 7
741,356 741,356 0000000000000000000834d41da13e9a11feb2976b5cc037c574078b9b27b528 2,640 1.00/1.00 vMB 24
741,355 741,355 000000000000000000082ff9e7d6583c7cc0c77fc0532b7cf31257a330b9f7b2 1,178 0.46/1.00 vMB 15
741,354 741,354 0000000000000000000806a6471cb859190faa00c53064229fdde1958a411e88 2,287 1.00/1.00 vMB 16
741,353 741,353 00000000000000000004b8c306ab65fc2e25e04b9a88e1b9438356992a9efbf1 2,262 0.99/1.00 vMB 18
741,352 741,352 00000000000000000004e68bb7b8d47710977b15ffcdfe4bd609299bcee91cf5 78 0.03/1.00 vMB 14
741,351 741,351 000000000000000000086e2779cddbddf0a8fb76118cd22f66a36d00cb876bae 2,347 0.99/1.00 vMB 8
741,350 741,350 00000000000000000002d21c907d4e5804551ea17901ce952e0523d666df92fb 1,936 1.00/1.00 vMB 9
741,349 741,349 000000000000000000062b8b2496d5cf011c0d0de3740c83ab80fade7f0bea07 3,085 1.00/1.00 vMB 23
741,348 741,348 00000000000000000002bc109972d9107cac8a856cace397730f40b28229006c 2,860 1.00/1.00 vMB 35
741,347 741,347 00000000000000000003d68085ec1c89f0bf2ed75e670f0e90f36335b0491e2f 1,520 1.00/1.00 vMB 19
741,346 741,346 00000000000000000006ab239d00c68fb0ee6d584b84cb542d1086059a58c50f 1,377 1.00/1.00 vMB 22
741,345 741,345 0000000000000000000442dd9bd82cd1cf9135ec4142c840c18b9d9025223f74 140 0.07/1.00 vMB 18
741,344 741,344 00000000000000000000d20648ac34f4a217d6d28c11c91db5e080f78a73e28f 1,922 0.73/1.00 vMB 11
741,343 741,343 00000000000000000000ce1dfd2acfefef6172e54d7bc351e67f3c2f9bafd8fa 2,543 1.00/1.00 vMB 12
741,342 741,342 00000000000000000003682fc1ceabb426a9ca8ef3d2f067e9e76a72e1a36034 2,455 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.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.