Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

911 transactions (0.27 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (628,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,328 282,328 000000000000000115fe224c0038faf76c397651e16720cc8d85acce7726c96a 0.10 MB 68 8
282,327 282,327 0000000000000001481fffaa3924be71fa9dbdbe6bbfcde12db51e856458c4e5 0.10 MB 69 6
282,326 282,326 00000000000000018ccd6cff476863112127d398265d2e9fd638c581a41f1bc1 0.10 MB 90 9
282,325 282,325 000000000000000016d385170046851f3523908790b2f852bc678c924fee1b91 0.39 MB 416 30
282,324 282,324 00000000000000014670d1e5227fa74d6cc64ac3ba6a9ee3ffc69ef026c20b16 0.10 MB 136 18
282,323 282,323 000000000000000115ac5b30801e3e1c03f2bf4958d4649cdba723632715cfa2 0.34 MB 480 38
282,322 282,322 00000000000000004b9bbee35a597f5e992ee3c5e38b3d565c6d94cbc07685c5 0.10 MB 108 20
282,321 282,321 00000000000000008650930af5a2847b4b8204368b79f8ec121af29ed1a1232e 0.59 MB 1,026 29
282,320 282,320 0000000000000000ca65ebf7b24ff4e3643947256cef0b5a4999ee399ae1f660 0.05 MB 156 107
282,319 282,319 00000000000000008128801bd46dbbe328644ae8b0326c2a48af6044b4cb455c 0.25 MB 642 77
282,318 282,318 0000000000000001eb3059c9e0e8fe898ed965a74194c32fe73344e701ac7985 0.25 MB 669 54
282,317 282,317 0000000000000001f273f5ef97a5c23c219a25a1c7588d27113abd6419873e8c 0.25 MB 609 59
282,316 282,316 00000000000000004cb739f504c74d5b122f0089205e579c7b25bdc50838d65b 0.25 MB 537 70
282,315 282,315 00000000000000003ce8cdfde0e4249eca3fcd00b02ef7bc7a70e8520529e2be 0.32 MB 547 39
282,314 282,314 000000000000000070ea1b45fac6f702de7e425874d16b9c02ab7a35c493377e 0.25 MB 622 47
282,313 282,313 00000000000000006c054769ae6aa517f8424897202a574e30c6d8baf2ad4a13 0.05 MB 114 187
282,312 282,312 0000000000000000e27b0487ea17922700851fe1ac87dfcb05b8ee9dd9abbe5e 0.18 MB 365 36
282,311 282,311 0000000000000000b2d5afb028728165479568f2d835400413557ed4af02b911 0.38 MB 814 44
282,310 282,310 000000000000000153339ac5f109785e01cec14d161c0af9c801458d7bbd9b82 0.17 MB 344 56
282,309 282,309 00000000000000014b75df43eb1b6f6cc5e64e2976562979b3f07c2a03010921 0.09 MB 109 12
282,308 282,308 00000000000000017d57e51f456410f485450cc336107fa2fba731abfc7483fd 0.25 MB 682 75
Previous 10 blocks ↓
Total Size: 775.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,360.00 GB sent, 124.99 GB received

Notes

  • This page updates every 5 seconds.
  • 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.