Loading Tool

Explorer IconExplorer

Memory Pool

77,112 transactions
28.61 vMB
0.08890218 BTC
Random Selection Loading Transactions
Max Size: 173.54/200 MB

Candidate Block

Mining Attempt f85fba61e46c1d89df61824a08c52f2d62ce500df70c8d379af0466dd84a8300
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (225,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
689,725 689,725 00000000000000000002a556d62b5ff7f73e3d0608a2e735da490136b186b71c 1,663 1.00/1.00 vMB 55
689,724 689,724 0000000000000000000aa27d2a1337243f58796ef79e81e591d5b8a6322fef9b 763 0.30/1.00 vMB 14
689,723 689,723 0000000000000000000f35f3684c4cae8b2834df61075b1b4b3256b0cc9dd4ea 2,375 1.00/1.00 vMB 51
689,722 689,722 00000000000000000009e2e47cb8b1f03a2a3ed8275bf53a9f1008145cb2a27c 2,182 0.90/1.00 vMB 33
689,721 689,721 0000000000000000001360c2a1aad99838b007f602b568e5835a9ff7232c100c 873 0.42/1.00 vMB 30
689,720 689,720 000000000000000000125c74d33d6b87be5a9f74a552199c9ed6306cff882cd8 1,042 0.80/1.00 vMB 4
689,719 689,719 0000000000000000000ccb307fda33bd3b834fb9761465db6b193a322c3a4fa0 964 1.00/1.00 vMB 74
689,718 689,718 0000000000000000000b58a15b22fd43faa516c3b83bf01e1ac3cff439b77220 1,256 1.00/1.00 vMB 23
689,717 689,717 000000000000000000097f46a2e62930f7a8ca65e715c12dfc8aaa5118b9d7f6 1,015 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.