Memory Pool Memory Pool Refreshing

6,145 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (598,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,410 309,410 00000000000000000d7ccadc0c8f887965a326332906fe6110b559dac75a73c5 0.16 MB 226 22
309,409 309,409 00000000000000003dd73a04624ccfdbf90878af0232223af89f2e92ee49f48c 0.01 MB 12 26
309,408 309,408 00000000000000002d299df9e511940a7d7fb1843fdaf76f1d8fd22b95340d95 0.25 MB 471 29
309,407 309,407 000000000000000003a2aee7b4ba5405fb2f634e5ad0d7ff6a405041cb1bbeed 0.10 MB 203 28
309,406 309,406 00000000000000003108adad355650e57f214587c287cc5b0e9bb6da482b3b77 0.00 MB 1 0
309,405 309,405 00000000000000003d956b679cd377cc4b2575c2d654e92a76ca8435a718443a 0.16 MB 151 12
309,404 309,404 000000000000000011a58e2ac5a8a5431841c65d8087d96b6ab710d5815e5139 0.75 MB 1,409 30
309,403 309,403 00000000000000000c0eab0dbb18c5f6d2b6749be7cfccfd477da835d6a95f3c 0.08 MB 24 2
309,402 309,402 00000000000000001994c7f470b6c40f7f00bdf593e0f715f08c9d31e7a4f855 0.28 MB 404 23
309,401 309,401 00000000000000001559d6fc07cc138807b07202de2399d4fa50ab9b5ed18c59 0.06 MB 21 5
309,400 309,400 000000000000000033a1191fb5cc86814ef3c6135cfb42d7e9daa271f064d095 0.10 MB 182 37
309,399 309,399 000000000000000032baa81b3281760bb3c5994bd9e43434871dbf04e0f320c7 0.24 MB 341 25
309,398 309,398 00000000000000001c7dd2410fb7dd7baf0fafaa944931488d6e6228094990b7 0.27 MB 400 26
309,397 309,397 00000000000000001a93726f7f90f9ba1de8c5a569d69f0a33c7b8d7e296f78b 0.01 MB 24 41
309,396 309,396 00000000000000000a4c5fa6d97e05c51b9e1d1990a3a7b48258a614bbd6d860 0.05 MB 82 25
309,395 309,395 00000000000000002e5a64c544b8f0c182db9ea75f2bfc409d80e6f9a965ba71 0.21 MB 428 34
309,394 309,394 00000000000000001378c999994b2e146d409bf7353c2ce33939ba87fbd91a99 0.19 MB 277 22
309,393 309,393 000000000000000019c411f967672950443962ee936dc5c9caeb246ea74aebed 0.22 MB 334 27
309,392 309,392 00000000000000002d4941d940b56193773ae53de632710fe349337665ccb9f4 0.02 MB 23 15
309,391 309,391 00000000000000000dc6429691cffb804fc58dcebefa6a4387442c2644c8eafd 0.12 MB 242 33
309,390 309,390 000000000000000012cdbaea33506dac1eebd237f3cced1cc41c93c0ebd45418 0.05 MB 102 31
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.