Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

421 transactions (0.10 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,387 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,386 (146,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
764,412 764,412 000000000000000000058be23a9c68934091b878e11e7246f0864ad4f0c6a7fd 1.52 MB 3,092 34
764,411 764,411 000000000000000000079c0dc00815193fd1fd1ea4dba7b64bc56acae1ad2fcc 1.44 MB 2,105 23
764,410 764,410 000000000000000000005f7903c6c54732884dfd78b7d374812c0049da8350a4 1.63 MB 2,480 29
764,409 764,409 000000000000000000042f8ec678f04cb6e754ca15bbcdadd791b2f56727766f 1.78 MB 2,397 31
764,408 764,408 00000000000000000006c12b71faf41b1145e3993e6a60796a099f61805de7a2 1.50 MB 3,726 34
764,407 764,407 0000000000000000000507379df2c43c5c42b4bbe46de4207d6fc0d6507e4c04 1.56 MB 3,297 33
764,406 764,406 00000000000000000005a9af7649a699df65bf81ae255d94ed948d3123d33ae8 1.54 MB 2,287 40
764,405 764,405 000000000000000000027ccfb85d7ac7d4d8f4d4f6a0170b065fd3e94d670911 1.67 MB 1,049 6
764,404 764,404 00000000000000000000832ef652df6961fcec361065dc81506cf377a42b915c 1.86 MB 255 8
764,403 764,403 000000000000000000002aef90fa4bf2eaf0683d72686b3bac4122ff7e40546e 1.70 MB 1,823 16
764,402 764,402 0000000000000000000583d0865a00c01cfc8c1185ad93264cf9c79965a56eb8 1.56 MB 3,425 34
764,401 764,401 0000000000000000000624f432b69da73136e19739004e1ec00201c825b40364 1.58 MB 2,327 15
764,400 764,400 00000000000000000000e3aa18526442e7bf5027b519f284d626f63a346b537f 1.54 MB 3,166 29
764,399 764,399 00000000000000000005e273b1374fb7d3fd1fedfada9e26998d208fc3200d69 1.77 MB 2,098 16
764,398 764,398 00000000000000000000990b393472ab4951a02c8a1589acd77e01f30a3f0a8a 1.69 MB 1,920 10
764,397 764,397 00000000000000000002208b81880bd13c7237125d893bb1cd9285a98064957c 1.46 MB 3,096 34
764,396 764,396 00000000000000000000f6665d6cad54bd9f80e4ef36a126fcf95f6b73b738d6 1.17 MB 1,105 19
764,395 764,395 00000000000000000005b0961857ee4fdc637bee13a2672a1dacb8b67fb9c9f0 1.44 MB 2,220 18
764,394 764,394 00000000000000000001447483e0a6677df82708809466dcde7a77c636e7441a 1.09 MB 931 8
764,393 764,393 0000000000000000000408c4b842af89cf159d4ae0b9886fabe17835329d04fc 1.53 MB 3,307 22
764,392 764,392 00000000000000000002ab8301e188b763006aa9b5b0a487c172d4f67594ec3b 1.58 MB 2,884 27
Previous 10 blocks ↓
Total Size: 775.96 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,403.01 GB sent, 128.59 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.