Loading Tool

Explorer IconExplorer

Memory Pool

81,453 transactions
31.23 vMB
0.09460370 BTC
Random Selection Loading Transactions
Max Size: 188.36/200 MB

Candidate Block

Mining Attempt 42815289e5edbbe711cd7f15588723a0ad97e90a36b6ff0cef73c1c5c71fe62a
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 48bc9ffeb88c7edc9c8d2be82fb52e857190c3fa422a5f7e1434e7734d3c2330
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,488
Size: 1.00 vMB
Total Fees: 0.02063988 BTC
Feerates: 45.88 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (225,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,746 689,746 0000000000000000000a7efaffce555d74008d8e606040e6b2aea5b8d4a2c6ad 2,120 0.94/1.00 vMB 21
689,745 689,745 0000000000000000000b9d0ca1dc458b5789275022f1926f2c41cecf10c5ee40 2,357 1.00/1.00 vMB 46
689,744 689,744 0000000000000000000ea276215d17a1acb08a2ba24c89755cfccc521408f85a 1,491 1.00/1.00 vMB 36
689,743 689,743 00000000000000000005ed81a4d185edca63b37e4429cf5681f00cd22d05c0af 1,460 0.96/1.00 vMB 29
689,742 689,742 0000000000000000000e2aa784ee6c9b20192ef234663908e9b3d37e03846898 313 0.66/1.00 vMB 7
689,741 689,741 0000000000000000000cb0dfbb6cf9563454f062512f6b10cc94499ea32f8a68 2,235 1.00/1.00 vMB 13
689,740 689,740 000000000000000000056d93c6cc8163753f894276b9a2348c67af7efe0f4d2e 1,406 1.00/1.00 vMB 17
689,739 689,739 0000000000000000000dbc71729ec765d3aa4445a8ddd26ea2d0a32c53845aac 1,179 1.00/1.00 vMB 79
689,738 689,738 00000000000000000005b96f7b9729e3f883ee90eebee432ceb94580f5973547 2,263 1.00/1.00 vMB 64
689,737 689,737 0000000000000000000d219311c0f1fd1b935eb1ea3759bbb1f038190430e50a 2,603 0.99/1.00 vMB 42
689,736 689,736 00000000000000000012ebde88f239a5a5b5794ad46c48df05518575b2d0232c 2,053 0.77/1.00 vMB 39
689,735 689,735 0000000000000000000edbebedcd49e11be9c22806d80034691b3135ff425922 1,090 0.50/1.00 vMB 31
689,734 689,734 00000000000000000005efcdc4aa93259fbe45faae9c27fa5dd41cbe411beb79 2,712 0.99/1.00 vMB 39
689,733 689,733 00000000000000000008dd3911ff1c344e02fabeb06bb0a67545dc01610c235b 2,169 0.85/1.00 vMB 32
689,732 689,732 00000000000000000004aa57bc9e5e71ccf5cd32577fde4fb2e996b9d028c850 1,215 1.00/1.00 vMB 59
689,731 689,731 0000000000000000001160c60aedc479a0d93e0be51909c2c57d30969123fd0e 2,231 0.83/1.00 vMB 22
689,730 689,730 000000000000000000137e334fe338e7db54a2d5d85e87e7d04113c27bcebe37 2,334 1.00/1.00 vMB 60
689,729 689,729 0000000000000000000e51ce0ab94c30bd3ef42048c24c00ddf75a462134e3f4 2,436 1.00/1.00 vMB 23
689,728 689,728 0000000000000000000fbeb30c3add84002436c66caafac08b9501a46a403f8a 1,971 1.00/1.00 vMB 46
689,727 689,727 00000000000000000012fa9c3ea96bf5d25d672360c092aaf49f63dd03c3e976 991 0.56/1.00 vMB 37
689,726 689,726 000000000000000000084bf6e65c629749e5e105492c27d032a16e357e193452 943 0.48/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.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.