Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

630 transactions (0.20 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,674 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,673 (592,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,418 319,418 00000000000000000d25b28cb65514eb5460c3216907e00553588ee0c3f8e598 0.13 MB 282 31
319,417 319,417 00000000000000002649cc503561fad056fb0b1aceef232c953768f530d7601f 0.63 MB 1,175 31
319,416 319,416 0000000000000000117fae965c86b78d40cba71cf646b2af4eb4df16065b0e25 0.11 MB 169 23
319,415 319,415 00000000000000000173c365c22d1458c36bce57fe6626f323c68138738124c7 0.22 MB 406 27
319,414 319,414 00000000000000001b30b1499c7fc203abe4a590e638a22a4f031090320e88c1 0.37 MB 634 26
319,413 319,413 0000000000000000067d44ae74f20424f70a4523fd5c4d9de7861cebad9f24a5 0.05 MB 126 30
319,412 319,412 00000000000000000c346c7d420f561b0047cb4d4e0309519d845433ae709025 0.00 MB 1 0
319,411 319,411 00000000000000002592a3d9854a8e9e3c34db1b7b6923323bec7282fda12c13 0.30 MB 595 27
319,410 319,410 00000000000000002652239348ab5e21aaf144612ea352f4f3dee2e06df214fa 0.51 MB 1,025 29
319,409 319,409 00000000000000001bbb5e4360dc1d12c61264409d16cc535b01819e4ca35a39 0.33 MB 655 25
319,408 319,408 00000000000000002001eb4b752abac98c20bc16e15ba071c583287a3cb90405 0.87 MB 971 20
319,407 319,407 000000000000000000407ebeaf0184fd8b27824772507680b5b02a6973184601 0.35 MB 725 29
319,406 319,406 000000000000000009d708220d856def3e31ca0823fad6461cdd106e663711d2 0.35 MB 1,111 48
319,405 319,405 000000000000000012e225ba32a5f8b4a56e3a0909182a1450b9e97d19409dd7 0.18 MB 340 23
319,404 319,404 00000000000000000519b6db8cd7727b2ce97d01d1108d2c71eff8e20fa360f2 0.21 MB 421 27
319,403 319,403 00000000000000000fc4ba9b198d0ca95fc1382eeaa0cc6c76c742fbd1dee89c 0.27 MB 534 30
319,402 319,402 0000000000000000199b6a343cc415b42d291364f2f7342aae48a93eed434ade 0.28 MB 542 28
319,401 319,401 00000000000000000e76ad9ec205b8f09b76fcb891ebd8cdebd4386c9caef6e7 0.23 MB 358 23
319,400 319,400 000000000000000021c6052e9becade189495d1c539aa37c58917305fd15f13b 0.06 MB 100 29
319,399 319,399 00000000000000001c3303b03e75cff5fc7b35e3b5bfb896fb6ee115bff8486b 0.16 MB 333 30
319,398 319,398 00000000000000000a6f5a1b0318206aec478bdc037960c1254baed174e1ae31 0.09 MB 149 21
Previous 10 blocks ↓
Total Size: 776.48 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,424.93 GB sent, 131.06 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.