Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

859 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,370 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 849 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (880,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,324 31,324 00000000334dc046d3393e5bef0f7632d0f51f2b08cdc162714ff41821cd8f56 0.00 MB 1 0
31,323 31,323 000000008b0873877ce4e56da9048e890930f739a1fe73dfcbdf29834e6560d7 0.00 MB 1 0
31,322 31,322 00000000a0105c67af3aa71408fd223aa5b3b3a2768e2bb77614d7f288d10c48 0.00 MB 1 0
31,321 31,321 00000000fa8c8b62901983a99a134c0729218faa602da298fbe6958e6bc12fc7 0.00 MB 1 0
31,320 31,320 000000006ee22c41c92ec0644d5e717056fc130dd71be87d17007c6ebb96ad0b 0.00 MB 1 0
31,319 31,319 000000004e256a1c3b3bf7a269e21f644f2df16a6dc0af7384cb14001999d95c 0.00 MB 1 0
31,318 31,318 000000001ea340085a02a1ebdb1866a0505478cca5776dcc669e5d4912b9a8ff 0.00 MB 1 0
31,317 31,317 00000000c2b8ef32fc87e6ceadd266b60d8001655d6f3255fb6c231e6338d39e 0.00 MB 1 0
31,316 31,316 000000008127a0d26c9dd7671557c3998a22b450f5222e66cc98328ed78d2331 0.00 MB 1 0
31,315 31,315 00000000315cfde9650c7002a3e7261462407e7e33af3b941118b0482e9a1df8 0.00 MB 1 0
31,314 31,314 000000006a276539892873f0151a66b6f2c918203f56a9ea0469dcd6608bf15e 0.00 MB 1 0
31,313 31,313 000000003a943368fa24129cb391c95c46fcfccc2a4f7c2c49416875c778ef6d 0.00 MB 1 0
31,312 31,312 000000008c34064e966dd9701c00be42ddf4aa85ba4a0f29ce3033378d76addb 0.00 MB 1 0
31,311 31,311 0000000001aac5ce9852cb8b37df35c37a9a839b685527baba87d36ee04c6a2e 0.00 MB 1 0
31,310 31,310 0000000007329d70fe9913fa509321f18840c713ccdb2a8fde231bf9b5e1c713 0.00 MB 1 0
31,309 31,309 000000002320c8ff0fcd54a653557b7c2694f05554cf8d74e3c1e8bddeb27059 0.00 MB 1 0
31,308 31,308 000000005988349785753236e0cb5839ee4a09d3a44304ce11dbd9c908e521d2 0.00 MB 1 0
31,307 31,307 00000000d17542457ea6560b6ac369c5aa38ce0e27e1900a3c72dd2d5343e085 0.00 MB 1 0
31,306 31,306 000000007784acdac4a1f5fb6575490f9c2113c2b6c195fc8741dc46dc746813 0.00 MB 1 0
31,305 31,305 000000009d18ea0bcf92ea8f4789fde5b28e5985e7cc694e92df215c45085fda 0.00 MB 1 0
31,304 31,304 00000000f86e0041e9b558daaf866d27a5b8a95eafcbaa13fd512b78d11fdd5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.93 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,401.84 GB sent, 128.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.