Memory Pool Memory Pool Refreshing

6,769 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,445 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (686,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,396 221,396 00000000000001962630c4044f91cd734df25a6e7646f1a1b530a339a2a4a418 0.25 MB 608 206
221,395 221,395 000000000000011aa56befdf4c876503126265f00a7cb81250b5e0b3d7309e67 0.00 MB 7 45
221,394 221,394 00000000000004e7b6416574fab7a97e750c92060dd5b288bc258aa1fc45ffd0 0.15 MB 325 211
221,393 221,393 00000000000002938e48fb9df0a4a0d4dc7f505f1defd6e18f42adf5ba45fd2f 0.21 MB 496 203
221,392 221,392 00000000000004289af1d168fa5581cee56f8e2e559151d39b10132971ce8daf 0.09 MB 176 170
221,391 221,391 000000000000050f0a7a533f08b5aec7a08a866c694768bcf7bf6d4cdb069af7 0.04 MB 97 152
221,390 221,390 0000000000000174df698364c1a0fc3e7cf2c7082789727b1a3483f5d8903801 0.13 MB 295 242
221,389 221,389 00000000000003af005a52be4631ff92c6c7e82ac83cd43ef01b99cb1a217e83 0.25 MB 566 219
221,388 221,388 000000000000029b2ee6a50882244f9689782a898a4d956abb0b5e22983f6802 0.02 MB 20 54
221,387 221,387 00000000000002361de6f714d7467a048176bd4b48aa819d676a7b80a32900ac 0.25 MB 424 1,751
221,386 221,386 00000000000001106962d7187381184c38343f9d5da1ab24d79770b221000cfa 0.04 MB 80 175
221,385 221,385 000000000000005debe0471cf54f755a77a6e3e44d6720da842b99aba653e1ec 0.18 MB 398 175
221,384 221,384 00000000000002d7871dd8d67fd29349fe1087057882be3491c9a44e39abd64c 0.00 MB 9 444
221,383 221,383 0000000000000252e131b176ccc09acb66144bd214a901b8843a4544fa0fb796 0.02 MB 70 142
221,382 221,382 000000000000006483918d9cb7f66d6f9ade266d98fc672d98e24326cc7186b8 0.17 MB 449 191
221,381 221,381 00000000000003a52faf097ad86d17146277007f055397256b022327c62c9603 0.07 MB 121 120
221,380 221,380 000000000000013815bd0ac3745b5d7f89ed9b32cb5e014f010b5b05c335f6b1 0.19 MB 585 211
221,379 221,379 0000000000000450b19c13806a645902f961419a6e24e412f5562f55966e265b 0.26 MB 854 164
221,378 221,378 000000000000036ca7e04113a431eb5ef6bbd88e52c35cf59530609351c60d3a 0.00 MB 13 253
221,377 221,377 00000000000001dc633ad040ef9f6af867e1874d4df6d40331d3b5e78a9960b0 0.17 MB 372 224
221,376 221,376 000000000000023d211d0895370eccb17ead38e9074449d781ae80cc672f6c60 0.06 MB 113 170
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.