Loading Tool

Explorer IconExplorer

Memory Pool

47,547 transactions
30.19 vMB
0.09543015 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 7e7260a367d91195dfac3a989b9faf1d49e861b6badfc082563e9edfb52e46a9
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 63c7178d056d4632b3332eceaf40da74513c5283d60caa4793b3400d9cd457d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.03479387 BTC
Feerates: 150.97 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (186,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,339 728,339 00000000000000000004ac21a8de8a253c2adc257798c7171f1f198631f9b498 41 0.01/1.00 vMB 4
728,338 728,338 000000000000000000021b8c4068e13fd1ca4aae3ff8a92447fc394fbd02de58 534 0.60/1.00 vMB 2
728,337 728,337 0000000000000000000508315b7087faf4714f1b7b014c8e7fc04faf3a2c7e79 2,937 1.00/1.00 vMB 8
728,336 728,336 0000000000000000000678db893845e6a1a9a05c5dd9cc6f847c23686e72d51f 834 0.30/1.00 vMB 9
728,335 728,335 00000000000000000000ea9dc09bf21632f5f76a3af0b867682d1989d163268f 997 0.38/1.00 vMB 5
728,334 728,334 00000000000000000002fcae8f797ed4cbe7354523af90b88f1e6335f44d82a0 2,512 1.00/1.00 vMB 6
728,333 728,333 000000000000000000044c3f3b666f0fa3770db971a98eb2f0ae912fa7c00a76 1,603 1.00/1.00 vMB 4
728,332 728,332 000000000000000000006ec932b9b5d5d0911cb19ae71143e8547eaf55e72a3c 2,218 1.00/1.00 vMB 3
728,331 728,331 00000000000000000004292f6f17dde17d52a574fe5141398b8c31bcc4aec9c7 3,236 1.00/1.00 vMB 6
728,330 728,330 000000000000000000004609961cf047e602edb12b7bd0870c44b3bdfd6204dc 2,855 1.00/1.00 vMB 10
728,329 728,329 000000000000000000004d70ec69cccbe72a0f806c7b24e8e6cbd1658cbb973e 3,101 1.00/1.00 vMB 8
728,328 728,328 0000000000000000000613d6b3ce64ad0f8440e5a08994c7a37b0a5b6176e8cf 3,179 1.00/1.00 vMB 17
728,327 728,327 000000000000000000071096ad93984f12926eb97cee9bc05127bf13d8e06a7b 1,859 1.00/1.00 vMB 3
728,326 728,326 00000000000000000005daa79167dc842dff590101b02a3d2c5ea606dd8a94c7 2,285 1.00/1.00 vMB 6
728,325 728,325 0000000000000000000306479880dc14e956ec9c444e61fc61a6e59c3aeb1f2e 2,332 1.00/1.00 vMB 16
728,324 728,324 00000000000000000008a7905c653af67491740bdd9760cb74d1bb7c7ae13905 273 0.23/1.00 vMB 4
728,323 728,323 000000000000000000012b5d21f416ebd93790157a50a176413d34db6055e3e6 936 0.47/1.00 vMB 6
728,322 728,322 0000000000000000000937fc89a36845a8b728f807a2b7a3eda55dff8947551d 976 0.86/1.00 vMB 4
728,321 728,321 00000000000000000000bf2dfa9eb81fce8c70fe8f2eaee79b40516b6bacf5ce 1,793 1.00/1.00 vMB 1
728,320 728,320 00000000000000000004a22af7689a9b2028b94459644616ba0cb02f15347a9c 2,113 1.00/1.00 vMB 3
728,319 728,319 000000000000000000013ba96153e93e98c14b29e7f22e2963932bbfd854b5e1 1,277 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.