Memory Pool Memory Pool Refreshing

7,335 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (16,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,534 891,534 00000000000000000000548b42dd4c215269ab0e9b36d51e16d23cbb4af77a0f 1.54 MB 3,919 8
891,533 891,533 000000000000000000008a8a88335a024de031ea1beb5abb26ef197bb0c12209 1.55 MB 3,872 4
891,532 891,532 000000000000000000019876400f70ff9c4d526cec18689e5ff367c29c980d64 1.57 MB 3,302 6
891,531 891,531 00000000000000000000e10507499f134b18732fca2f1e3315a13d11912c6f2e 1.59 MB 3,169 13
891,530 891,530 00000000000000000001eedff43537918252489d5735b881a642001a1a483f3d 1.97 MB 1,069 1
891,529 891,529 00000000000000000001f811e0a7553dc8556ec60474be6a7640f7a80d2ad2e8 1.64 MB 3,162 1
891,528 891,528 00000000000000000000c0e6f88a818124ff7e17f6d0bcf6689236658269da16 1.66 MB 3,616 3
891,527 891,527 000000000000000000000d5c32b1ece1b9a1626053a21c3dd987eb2e0e95046e 1.57 MB 3,773 7
891,526 891,526 00000000000000000000fca90ca4cde9956f3d05abac452a5c3a5d4390cdce9a 1.60 MB 3,634 5
891,525 891,525 00000000000000000000499f60b9c5585e4a06f2d4f7a1bf9cae14b47c569362 1.58 MB 2,418 2
891,524 891,524 0000000000000000000211a0189d8a1904f7c7668f456c54e6119bf6ff13e948 1.91 MB 1,605 1
891,523 891,523 000000000000000000019bd9359bea2ea689525f8818cca9ed4cfbda04dca933 1.56 MB 2,192 2
891,522 891,522 00000000000000000001b0d9346335ef3c1ae6c6e9253b87fb6f5b73e101da79 1.54 MB 2,948 4
891,521 891,521 000000000000000000013551af49e87920dcbd2179085ad7ca6729cc1dbe61cf 1.54 MB 3,133 8
891,520 891,520 000000000000000000023f5d2916e27e95094e79640310d4679c17139ee0bb63 1.85 MB 504 1
891,519 891,519 0000000000000000000173e9c781906427e4e86e7fd8ba3ea9037445908bfd78 1.74 MB 2,593 1
891,518 891,518 00000000000000000000ca744e59390e541c49409239be032a125bce66d5e613 1.86 MB 3,653 2
891,517 891,517 00000000000000000000fa52968beeb847c3bc21e5988668a715923d1db60b84 1.64 MB 3,711 4
891,516 891,516 000000000000000000005f61e05a1031d60690e8854794944db6f79649c8a999 1.66 MB 3,715 5
891,515 891,515 00000000000000000000b26cf47d90f4e5e6ec2f3a403a0c6598661523577c0a 1.68 MB 3,482 3
891,514 891,514 00000000000000000000ae9f4823b063300ee06ed9edcff791634eee42e68744 1.59 MB 3,724 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.