Loading Tool

Explorer IconExplorer

Memory Pool

45,679 transactions
29.06 vMB
0.13915836 BTC
Random Selection Loading Transactions
Max Size: 151.36/200 MB

Candidate Block

Mining Attempt c2af2a445ada4cb516ef6ba3dbbaf17e4b694e9721de80dd9b84a8b711cfd962
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 822b451a98444c55da61c46ebfbb4d70e571c8a3b798be3a9f3aef8314e6524b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.04200631 BTC
Feerates: 150.75 > 4.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (345,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,465 569,465 0000000000000000000f3f01e00538443bf8fa9ff4f1370b59109d5cafb68a18 2,739 1.00/1.00 vMB 35
569,464 569,464 00000000000000000011a08574c1acc15f09bdcafa49cefa473153e56b9c893f 2,436 1.00/1.00 vMB 23
569,463 569,463 000000000000000000277a2596ee5e89bc600a2760e681985970f9325be3650d 2,298 1.00/1.00 vMB 16
569,462 569,462 0000000000000000002133c9b10cc728ccacf6491c1b3df995371ef2dcc41ae2 2,564 1.00/1.00 vMB 16
569,461 569,461 0000000000000000001db98ee6e06ece179040591f010d77840981ae76b2e0c4 2,827 1.00/1.00 vMB 30
569,460 569,460 000000000000000000128bec2e9fa3076ee1a8dc5b8127f4a6555a0507d54ed1 2,875 1.00/1.00 vMB 47
569,459 569,459 00000000000000000001adda6410044fa205cff0a0a1fed4a9cb8422cdf5fbe8 1,955 1.00/1.00 vMB 45
569,458 569,458 0000000000000000002b12fd73afc15b899b7a86ba83d7324e9f9c0256b26fd8 2,952 1.00/1.00 vMB 53
569,457 569,457 0000000000000000000ae38fe099e7058dae1d91c7ad6393ab678040b5aca3f2 3,046 1.00/1.00 vMB 61
569,456 569,456 0000000000000000001a32d96169573c7e4a8a5ff3a5047b223d2a34c3fa89db 2,630 1.00/1.00 vMB 39
569,455 569,455 00000000000000000022e79df0f25f70f1722eb116ddca7790bb8990a98b4485 2,822 1.00/1.00 vMB 34
569,454 569,454 00000000000000000023bac426cff8a8e8e642709be757497e69f80a7813f2e9 2,960 1.00/1.00 vMB 54
569,453 569,453 0000000000000000002783270699a7dff9c955f6955a114d4fc5b2332412dcd9 2,696 1.00/1.00 vMB 32
569,452 569,452 0000000000000000000b014b172d80634114cc30ac6b5d90edc95ed43872ccf2 2,879 1.00/1.00 vMB 52
569,451 569,451 000000000000000000160c1c3ac103cf8c66ee06eed9a57d2dc2472594cdba71 2,908 1.00/1.00 vMB 44
569,450 569,450 00000000000000000014508799fef7b32a7825f3299706c9441da76c9404957b 2,065 1.00/1.00 vMB 50
569,449 569,449 0000000000000000001452ebf9ac2002c0be867201afbfdc2a8d42babcc7982d 2,991 1.00/1.00 vMB 46
569,448 569,448 00000000000000000016c27bf85ee19a96394529f21abd06e62466a23b7952a2 2,621 1.00/1.00 vMB 56
569,447 569,447 0000000000000000002a09cbfd7f3903bf31700035ee292410d92a5755cbd29e 2,685 1.00/1.00 vMB 62
569,446 569,446 0000000000000000001926e433a50cfe3167dba4243f6402e7718fd00a2c787d 2,649 1.00/1.00 vMB 95
569,445 569,445 0000000000000000002ab733e0050d5fa9a52020994a0970f644b85b19d4addf 2,713 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.