Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

534 transactions (0.14 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,555 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,554 (124,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
787,324 787,324 000000000000000000028217c2488c230a84652068ed87da35e14c94ceb4cab8 1.89 MB 4,040 14
787,323 787,323 000000000000000000026f729dd277b3fe53d216cecabb25157e4c47d53901ed 1.82 MB 2,875 6
787,322 787,322 000000000000000000001d2f161708adba2a5805e2a45dfb68341023230f9f22 1.90 MB 3,759 8
787,321 787,321 00000000000000000000eb07f984edc5546e0d9d28f9c059edb8bb2fcee491d4 1.63 MB 3,051 13
787,320 787,320 000000000000000000040d75446c8d9bfeb9c58df980045275c5304cac52724d 1.82 MB 3,372 25
787,319 787,319 00000000000000000004d2daa162b55e9033d6d21471231c424491b4d8fef973 1.74 MB 2,088 48
787,318 787,318 00000000000000000001df6fcc3118d097186aa6a3a45da4d59647d6e6f43c87 1.52 MB 2,714 33
787,317 787,317 00000000000000000000d5f4cc7b97e30e27a748eaee1be67fd3571b50f14cb0 1.36 MB 2,662 48
787,316 787,316 00000000000000000004f4238e4590dd82002b928215b6054551bd04474a2352 1.50 MB 3,242 39
787,315 787,315 000000000000000000010e10057161e7cd00c4c9f147dbbbf82f93b750d003de 1.36 MB 2,487 50
787,314 787,314 00000000000000000003fff6ff3e31a004edec36e200b6a6b8efdaa42be5ba90 1.90 MB 4,176 11
787,313 787,313 00000000000000000002fe90fac0a0414ee354480ed2e182b640bb462decb506 1.91 MB 3,660 9
787,312 787,312 000000000000000000013c3202e2a53eea10ef9cf51b7ce890ab02bfb90febb4 1.98 MB 1,277 9
787,311 787,311 000000000000000000050ddd517b49deaa6c56870fb319a6aaa7c6484d92fe08 1.94 MB 2,521 10
787,310 787,310 000000000000000000046171a2221fe7fce71013bc234fc84b4d7fa82b23385a 2.21 MB 3,504 15
787,309 787,309 000000000000000000042963a12f39ec326d1cef24a66b543a85b2e5ad69a0b9 1.89 MB 1,714 10
787,308 787,308 000000000000000000019eeaad5e791421736de65e66902f771b77a35e87e69c 1.75 MB 3,141 15
787,307 787,307 00000000000000000004316c20581adfa52ce7e54f8852b8aef7a0f75ab39f33 1.50 MB 2,823 17
787,306 787,306 00000000000000000002379092f18c64b12c63623d1238f506da59a204d4f443 1.50 MB 2,253 33
787,305 787,305 000000000000000000034b88edb87be1c2a2b2b9d3096f95cbdb4b46d10b1c72 1.61 MB 2,733 38
787,304 787,304 000000000000000000023fd612169f5435f8be8b91bf2b2e2815fa1db06e1c4c 1.18 MB 1,400 50
Previous 10 blocks ↓
Total Size: 776.27 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,414.29 GB sent, 129.96 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.