Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,853 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,721 000000000000000000022b910000000000000000000000000000000000000000 0.89 vMB 1,836 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,720 (175,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,520 736,520 00000000000000000003ece558f42996d2018e8b948aa906b2fa13eee7257757 1.22 MB 1,703 16
736,519 736,519 00000000000000000004e3a4767cc7cb7823fa3f153dc59ef5354dbfbbb59904 1.45 MB 3,195 24
736,518 736,518 0000000000000000000502d03605eca211d9224fe816ec1ac507f420c9fc72a0 1.47 MB 1,393 9
736,517 736,517 000000000000000000055948ca8d23b625596ea6bdb0ff7198c20bed23418487 1.72 MB 1,260 2
736,516 736,516 00000000000000000000fb58032989e24f038822232c2b3c2354b64e02c976fb 1.54 MB 2,978 18
736,515 736,515 00000000000000000002aa9636df8265abb41ede1abb272fc0914a94564bb94a 1.58 MB 2,515 15
736,514 736,514 000000000000000000010d6e52926341a03bf2374cdb500a5c8180ddba66f6b5 1.58 MB 1,683 9
736,513 736,513 00000000000000000002075470bf135aa16b7312d638fe0a147928ffdcadc59b 1.48 MB 3,332 16
736,512 736,512 00000000000000000005a1acf753b7a831df0909dc8f4afd0b98c8aab1ab68b2 1.54 MB 2,402 12
736,511 736,511 00000000000000000003392c5301051abed2829e93c34d35f80f4f72c125002c 1.80 MB 617 3
736,510 736,510 0000000000000000000258147dd664e6f9275ece53d7623bb507cb69f5740df4 1.47 MB 2,620 16
736,509 736,509 0000000000000000000314f625381781de4dc4ea301ed5916a84a2539ca4da6d 1.47 MB 1,317 10
736,508 736,508 00000000000000000005697f47e567e4a876dcd6d05a64fc897fe04567e6f90f 1.16 MB 321 13
736,507 736,507 00000000000000000004c78ebec1d16f00031219bfc7bd81059252724ef78f37 1.37 MB 1,423 21
736,506 736,506 00000000000000000006f2d35cb5bb1581b5a7663e0dbc7852f53c65746d506c 1.58 MB 1,065 3
736,505 736,505 000000000000000000075befc97428f56cdc261a4a5a2f02e953e65f11ccc8db 1.54 MB 3,288 13
736,504 736,504 0000000000000000000600de7b35a2b67dbb69822289b0eff8709e14d9f9b9aa 1.45 MB 3,251 22
736,503 736,503 000000000000000000034e1b34708b3e24094691762182f99b5949b6b8dc2324 1.71 MB 1,373 7
736,502 736,502 0000000000000000000781b98015e1002a4210b0aa9dc71ed71e34ac04d93078 1.70 MB 998 3
736,501 736,501 00000000000000000002ce6a63e8381782a73129a77575abcbfc1c7396840831 1.88 MB 140 1
736,500 736,500 00000000000000000000f6b345f732bf782334b7f6bc0b8fcf7a871a7e291ec6 1.95 MB 258 1
Previous 10 blocks ↓
Total Size: 776.57 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,426.55 GB sent, 131.46 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.