Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

813 transactions (0.31 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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,967 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,966 (558,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,392 353,392 00000000000000000be660036bc0dbde459d32d2f51219a94fec1bef799ff0ac 0.75 MB 609 17
353,391 353,391 00000000000000000b8483ac2415f86cd40643f315d6bb14155ac7ff64c5da21 0.75 MB 1,272 27
353,390 353,390 00000000000000000e4d038ab0a647cba4d006c97cfb72f64e29d23e37bafad5 0.08 MB 111 11
353,389 353,389 000000000000000015049092acbc963d1eb289dfc8baf537d57185eaa3f3d5ba 0.14 MB 290 19
353,388 353,388 000000000000000004ca8d9c9544cb444f694b1491d1e229d5d35a16e7869120 0.39 MB 614 15
353,387 353,387 0000000000000000036ac53ba4b29383f0c68de83957391049cbd324fee125b8 0.75 MB 946 20
353,386 353,386 000000000000000003d9502ec1d6a512da30c2dfb509d897b1ee11fb802fdff8 1.00 MB 2,576 35
353,385 353,385 00000000000000000eccb0788bc8bd0fb9606e636946f3969f87d8ee3c124bf2 0.32 MB 561 23
353,384 353,384 00000000000000000d6f697b26912b4373b5e93f013f3241f6aacbadce9d4794 0.65 MB 1,368 28
353,383 353,383 00000000000000000904630f2fdad75b26ad5fc1bb1a97e85bd6617d560ff5fd 0.43 MB 883 26
353,382 353,382 00000000000000000b4236a505ce503f66210079b2efe9518e388153ab09efe0 0.11 MB 193 33
353,381 353,381 0000000000000000077c3ead58e5b08b5b69c0caf1dee921a7417cd95e84e4c7 0.13 MB 223 33
353,380 353,380 0000000000000000034fae3344148611c178854f83afac22f1c50fd875c0a473 0.28 MB 544 23
353,379 353,379 0000000000000000089fc5b4b2bd038fbfd616a06d9eb6e3cfb88392e8126dd1 0.45 MB 1,033 31
353,378 353,378 000000000000000013ba812319c9079a389b03bd4cd6b32a354a8ea48e9e4476 0.14 MB 205 17
353,377 353,377 00000000000000000016081e5825340261a5df809f44b57087c43aad5a68436a 0.54 MB 1,122 26
353,376 353,376 0000000000000000035dd58de4a2a3a0add3f321f8c9c90c941a0f80933fcfc4 0.19 MB 313 10
353,375 353,375 000000000000000014595b44329a08f18391c04e117c488f86a55b513deb8465 0.75 MB 816 18
353,374 353,374 00000000000000000c1aa20b2fa8dc6e92cc9aad9d45b85fa4d189f2b460406a 1.00 MB 2,942 37
353,373 353,373 00000000000000000ca7aedb07a6af1adcb18a5ec859d79d9ce4a41c8de9dac1 0.68 MB 1,309 24
353,372 353,372 0000000000000000007b211e8402764df49e66d8d921df853389c138461ff9b4 1.00 MB 2,475 31
Previous 10 blocks ↓
Total Size: 777.02 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,498.70 GB sent, 133.55 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.