Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
31.76 vMB
0.07955443 BTC
Random Selection Loading Transactions
Max Size: 192.82/200 MB

Candidate Block

Mining Attempt a97f6900c2bf6c48b1d0a19365ca73c47d2c336311d4fbd40406901f02814924
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4a083a45083586fcdbdddb1c825467e777b76251f47648f0f28261cd27f1ed1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,217
Size: 1.00 vMB
Total Fees: 0.01023611 BTC
Feerates: 73.20 > 1.03 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (317,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,703 597,703 000000000000000000043b7f8e3e5e1e5d0ac3679305ea9229cef5eb11ff437c 2,797 1.00/1.00 vMB 57
597,702 597,702 0000000000000000000c6c5158e0c234ebe40bc1e7cf90c3c7ed58d1d27e7913 2,405 1.00/1.00 vMB 32
597,701 597,701 00000000000000000007c6a5716deeebfb55dfcae1878bf383dc78fee3497f5c 1,804 1.00/1.00 vMB 20
597,700 597,700 00000000000000000007c86824f6147cad8484fc2d2f78b97eff3947c37a3edc 2,255 1.00/1.00 vMB 33
597,699 597,699 00000000000000000003d9b32d896fee8788891480422ee7c48551d88e3863c6 2,677 1.00/1.00 vMB 33
597,698 597,698 000000000000000000133bfe666bd5928c2644ee52c42dbc6c19a6dd0f059017 3,289 1.00/1.00 vMB 57
597,697 597,697 0000000000000000000b3e83c6e5bc9c168186a13641a78dff6e9d6cbe1a6b29 3,165 1.00/1.00 vMB 38
597,696 597,696 0000000000000000000a6a743cc60281bc4a3edc12226d954cc3aa22e91bd85f 3,138 1.00/1.00 vMB 42
597,695 597,695 0000000000000000000550e0840fcc046ae01d0449b3d2505a9e18b2fbdbcdcc 3,049 1.00/1.00 vMB 32
597,694 597,694 000000000000000000038d9253d6babe893dad185fdc57ebefc61ee24e47a3bb 2,746 1.00/1.00 vMB 56
597,693 597,693 00000000000000000007602674d5041762f3d026722e94b9080a5f2a905d5615 3,319 1.00/1.00 vMB 61
597,692 597,692 000000000000000000116d1df3208d61693d3eb38b3980db4c766d0d56707f54 2,487 1.00/1.00 vMB 39
597,691 597,691 00000000000000000007f75d0123c498e344dcd74948b1d9c1bfc4aad677bb0f 3,012 1.00/1.00 vMB 49
597,690 597,690 00000000000000000002a7d6433aea624d789e72b2ce908af809f7eac182107c 2,691 1.00/1.00 vMB 54
597,689 597,689 00000000000000000004aae2e967536b7a1ab40335a105985251cb14edc44205 3,236 1.00/1.00 vMB 69
597,688 597,688 00000000000000000010a653d313e0b5c5f915cf925945e195082e3751da8978 2,107 1.00/1.00 vMB 62
597,687 597,687 0000000000000000000e6427d9aacb3f5ab7c0a8d7ed81109c0f19fb0c7ba9c6 1,506 1.00/1.00 vMB 73
597,686 597,686 0000000000000000000eb5128b1032dbebe4f71f68e4b3914b747b03ea769100 769 1.00/1.00 vMB 110
597,685 597,685 000000000000000000146eecad2f5adfc3ab505da3dbd752aaca67cc5b619d06 654 1.00/1.00 vMB 90
597,684 597,684 00000000000000000003dd77be43c80e1cfb216fc257ad6bfd4e843e8bd87509 1,650 1.00/1.00 vMB 29
597,683 597,683 000000000000000000149379911d06f344d43ebc3b7680643e8fda5b06ae69ce 2,551 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.