Loading Tool

Explorer IconExplorer

Memory Pool

80,036 transactions
29.55 vMB
0.10793349 BTC
Random Selection Loading Transactions
Max Size: 178.63/200 MB

Candidate Block

Mining Attempt 23df725483ae9b2c28f1b3620ef993dae9c3489a13bd975b504839e4fecbc713
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 95a6a5b6bbb65f4191e42c2345b92fcb35f13c9269b160fbbc357e951b9655c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.04306969 BTC
Feerates: 150.62 > 4.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (361,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,536 553,536 000000000000000000228ddc4a8348c3a0a75062e908daec87f7f86a8acb9ed4 3,124 1.00/1.00 vMB 53
553,535 553,535 0000000000000000000e44e9f209124e20177678e89989af047412c442b749b0 2,771 1.00/1.00 vMB 23
553,534 553,534 0000000000000000002bf5e641031d1d60ea66ea9778c230c99c196d6ba54b00 3,048 1.00/1.00 vMB 33
553,533 553,533 0000000000000000000dc115eec280a5ded05bed32156ce99260dfc21bc2ad51 2,911 1.00/1.00 vMB 40
553,532 553,532 0000000000000000002a285bd7bde5743647e9db4a2d80646776d779d7ad8b50 2,442 1.00/1.00 vMB 28
553,531 553,531 0000000000000000000c8ad7c437a9f24c57635693c00232ebf001d3d1dae264 1 0.00/1.00 vMB 0
553,530 553,530 00000000000000000003210d22443e1409ab29aa485b646803be6675e4c7938d 2,669 1.00/1.00 vMB 30
553,529 553,529 00000000000000000014d6904c1f28e0fafd7793ab98793d753e7c4efe2b3a35 2,403 1.00/1.00 vMB 25
553,528 553,528 00000000000000000000962c70a806652017798c6df8a89e230a8e611e8509ab 2,490 1.00/1.00 vMB 20
553,527 553,527 00000000000000000021f4778bb6185f26b482dc080b288a3c7c78015e82cc18 1,993 1.00/1.00 vMB 35
553,526 553,526 0000000000000000002cc053272655b3aa3a5cd15efbc097c644bc43ce0010b3 1,233 1.00/1.00 vMB 48
553,525 553,525 0000000000000000000d342c37e2587d540db8b8a5c64a1878172d4b937b8f5e 1,131 1.00/1.00 vMB 74
553,524 553,524 0000000000000000001da146da32e13fd0e06ea7a91f87f09d0f3f8738657550 1,700 1.00/1.00 vMB 23
553,523 553,523 0000000000000000002bd3bea8db0654bc4c511cc8e713d43d763010fc7891b0 3,028 1.00/1.00 vMB 30
553,522 553,522 0000000000000000001a67c5c995ca18656417ff7c4028b02fc98c58a514070a 1,818 1.00/1.00 vMB 23
553,521 553,521 0000000000000000000d7c5d4926db3f919f3fd00effb58ade7cb4259381360c 2,833 1.00/1.00 vMB 15
553,520 553,520 000000000000000000028ae127f9771438c88b8d340e40ed6f644ec9f3548a83 2,360 1.00/1.00 vMB 12
553,519 553,519 000000000000000000151290341f7fd00ad94135d995d8e4bdcb7e81d7c82185 1,884 1.00/1.00 vMB 12
553,518 553,518 00000000000000000025cb27d75311bf258848e318adfc4f88aae25cc58d1eb2 2,237 1.00/1.00 vMB 21
553,517 553,517 00000000000000000021f3acb7c55f74941e12459febe8a15aa9b0e08a5aa267 3,068 1.00/1.00 vMB 29
553,516 553,516 0000000000000000001d7053b6cc53765bb4316d4c6f82e977778137d10321da 2,622 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.66 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: 673.09 GB
    • Received: 16.38 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.