Memory Pool Memory Pool Refreshing

5,098 transactions (1.87 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,131 (901,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,429 7,429 000000009cde9cde5c331b51a8166b8e0ff9dabc4d8cc1c0afb81c7ead6e1ad2 0.00 MB 1 0
7,428 7,428 0000000095aec581cb9903f935c4da8edc78cd194824cc34077e4d1ef822f3bf 0.00 MB 1 0
7,427 7,427 000000004c92274a6135a675095eda7ecb759766411d199538bbd44210e2a89f 0.00 MB 1 0
7,426 7,426 00000000d58a50dfcfc16330a427305e7868fcbe850eadc63b5a121f3642b774 0.00 MB 1 0
7,425 7,425 000000005199f3f9c9e872d76ff0fde062a1ddcfd1cac4ff69217893ecfde997 0.00 MB 1 0
7,424 7,424 000000005d688c3609c7e06b3098174d6d6bd914c7bb0454572887640623ab69 0.00 MB 1 0
7,423 7,423 00000000d96ba9671153a7649eda0c70f99877f4aaf11aaecb676b3568bf30ce 0.00 MB 1 0
7,422 7,422 00000000e0d9b8de4c2f2a966d18fecb2f600df5de7a00634fa77c7ce7dbbaf8 0.00 MB 1 0
7,421 7,421 00000000c9448fda9599ef8d4421f51742bba52db190a76eff472365605ae7aa 0.00 MB 1 0
7,420 7,420 00000000fc6229edf248274a072d5b75ca8853539c817e6faee4edd02cd0a4b6 0.00 MB 1 0
7,419 7,419 0000000097efb8a7f8ac976ed6820b251b745d78d67f425151f6e089bf724cb0 0.00 MB 1 0
7,418 7,418 0000000026f2aa7e311092d5a040290e5070a877b0013300acceb4c72ab1d9e6 0.00 MB 1 0
7,417 7,417 00000000e6d396093b92c68e18af6ac367fd7111280711b1c73cb661ca5ddfc9 0.00 MB 1 0
7,416 7,416 0000000059824cf5bc5d1d0af1c7dd8608d5c7d91d49b2d9c233332e47dd9d22 0.00 MB 1 0
7,415 7,415 00000000f87025fc25b08d602f23a4754d368fe8e3c9fc8505b1a101874dd1eb 0.00 MB 1 0
7,414 7,414 00000000b442dac97577aad8d7530f80664023dd5634e13887563239ffb45f6a 0.00 MB 1 0
7,413 7,413 00000000b7fc62d6c21633ede9a7c12b31527973bec7b05ef3a7347f115ad8c6 0.00 MB 1 0
7,412 7,412 000000007ffb4d401f726962314e5163331eb09abfd7b2acbbd9cf2e63477769 0.00 MB 1 0
7,411 7,411 0000000039558e5b2dbc2357daeb5589fa90f4809654631ae776b2e0c0537f3b 0.00 MB 1 0
7,410 7,410 00000000f98177cda4c7ca8b0bcb3f7b7b65ab17ae0a47f726b318a589bcb01d 0.00 MB 1 0
7,409 7,409 00000000f11aada81f5fb61607a51974b524f009d8efaa7e5897f0909201daa8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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: 1,949.69 GB sent, 106.54 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.