Loading Tool

Explorer IconExplorer

Memory Pool

79,779 transactions
30.00 vMB
0.07658483 BTC
Random Selection Loading Transactions
Max Size: 183.77/200 MB

Candidate Block

Mining Attempt 28273183dce6b5a9219405f64c51c0f8a5a28fa45c54a804ee80e92abdc47874
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root ea9ddc623c2d947d8b33dfe98b92be4b52d07fe594cc30838bb1a1451a4024b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00952932 BTC
Feerates: 104.17 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (19,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
895,966 895,966 0000000000000000000096e51118c611b1e3ad713cf30f29eb66ce8542ee63d8 3,261 1.00/1.00 vMB 6
895,965 895,965 0000000000000000000126f4c85eee20d0dba7d618970f54cd4f9208e365c903 3,136 1.00/1.00 vMB 7
895,964 895,964 000000000000000000020c7f879a9f259d2d10f6eccef9e0909e0e5dfdeec9ac 2,260 1.00/1.00 vMB 4
895,963 895,963 000000000000000000015dbca5760f71a896c0806f859f732fa277079953dba1 3,326 1.00/1.00 vMB 7
895,962 895,962 0000000000000000000199f14be84398b4623354b6e24e44f68de1d483227a10 3,174 1.00/1.00 vMB 5
895,961 895,961 00000000000000000000c7cb960ae5ca704b7a5d0119d5c20252d3a6bc5f6863 3,469 1.00/1.00 vMB 7
895,960 895,960 000000000000000000017a15f4afa0bca8e49b607a1a6ad83c45652779c99a41 3,148 1.00/1.00 vMB 6
895,959 895,959 000000000000000000020176a537dc2b8b7400877224f9f76adc4338fe702058 3,571 1.00/1.00 vMB 9
895,958 895,958 000000000000000000013a217521f42d84dbeeb2fa452ced7881df4d40a64905 3,910 1.00/1.00 vMB 9
895,957 895,957 0000000000000000000172ec1306a6b2f58314370aef2dd0573a1defadb478d7 3,728 1.00/1.00 vMB 7
895,956 895,956 000000000000000000020447f3b1fc47223b0b476ba190dcb00d0d9ac2951b0d 4,264 1.00/1.00 vMB 6
895,955 895,955 000000000000000000021f4777375824bf45bee4ec6cb734a23d80a16d0d8c53 3,271 1.00/1.00 vMB 6
895,954 895,954 00000000000000000001aba7088c9570593114d9c582781cc7bde5175907938b 3,860 1.00/1.00 vMB 10
895,953 895,953 0000000000000000000108b02eda5ba8d95774dd8d93e880279fa51817ade663 3,779 1.00/1.00 vMB 9
895,952 895,952 00000000000000000000e4de8ec602be937080fb47920c3c777b78b51eb42e87 3,255 1.00/1.00 vMB 11
895,951 895,951 00000000000000000001c843f9d5e715dcd89db107512caeb4273a69f7b03de6 2,127 1.00/1.00 vMB 3
895,950 895,950 00000000000000000000bc6121f19747801cffee20741c69188039a8dfdb4dad 2,956 1.00/1.00 vMB 4
895,949 895,949 00000000000000000001324cb8071cf3d6f4ef406fac9224ae6d988a87408a22 2,713 1.00/1.00 vMB 4
895,948 895,948 000000000000000000005d5ecdb3c297795d075dfd6aacecdd5a8ac216e3f6ec 966 1.00/1.00 vMB 2
895,947 895,947 000000000000000000021ebd63b7ec7677a120d69f9c8b8c63dc599cf0c5915a 1,252 1.00/1.00 vMB 3
895,946 895,946 0000000000000000000160de317feeb8b4d1b6b1c5739ebd259be9d54c15e9c1 240 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.