Memory Pool Memory Pool Refreshing

5,940 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (675,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,712 231,712 00000000000001b05f3b4bb9dc1be7f02491677b7ef287d7c2fb6e321520a60b 0.32 MB 742 533
231,711 231,711 000000000000012451a6aa634e9a4ccc0391a3b7fbe8bea2e25826351b0b6d66 0.22 MB 456 160
231,710 231,710 00000000000001954ee2273e95ff1e02bc5ffb0d561a4838fdf963b3cf8aa88c 0.14 MB 252 152
231,709 231,709 00000000000001a3558870925ac76c6c9bceedf078149a4a68d9bf44a1c482cf 0.25 MB 478 167
231,708 231,708 000000000000000bd5f0bbe7b7f2f154d2db15291fd06dd720910da08258fe38 0.25 MB 717 208
231,707 231,707 00000000000001c4f1aaef1bb6e1ce4bc32818928c5e1f27728cb6c6ac1e930f 0.25 MB 499 134
231,706 231,706 000000000000007a55844b4b8b080afe8742147a06b44a3ca342584b34b9eb30 0.20 MB 456 191
231,705 231,705 000000000000013d5ed687bee3efee513b1efa2cb9e40f3827688d1a49e42993 0.25 MB 630 200
231,704 231,704 0000000000000110697e5f309632605502e2734475b183d7415b12bf7dc56a75 0.22 MB 522 162
231,703 231,703 00000000000000cf74a74c19053ae4d3cd9d4f86fb3d07a48d6decd6fb9a2bf5 0.08 MB 106 100
231,702 231,702 00000000000001ba3dc2fda80b8c3ead1b515182f1bb55c65801dfde48995fb2 0.23 MB 578 183
231,701 231,701 00000000000001f07f624299732eec4148ede8c6922777ae0bc6f5550deee9a0 0.13 MB 328 209
231,700 231,700 00000000000000a9de5c7148ca7d836f086323e3725c5d7b869490a483d8439f 0.25 MB 501 126
231,699 231,699 00000000000001d196f7b453395c6330099789b020a5f22f1509e3936a637db7 0.41 MB 522 73
231,698 231,698 000000000000000450536a659cebb25e17190a79c85ddb0dd75d64dfe7b0b9f1 0.25 MB 720 277
231,697 231,697 000000000000002b766c778364a7327c962fe7dea6e7bd8e12d287c518c8b20d 0.25 MB 837 290
231,696 231,696 00000000000000707757529cad5f41de0987dd661b5076c9c5e1dcba56c191fa 0.25 MB 430 142
231,695 231,695 000000000000012a565c3c1321ee2637eb2621351ddc216fe4a047b6048aa5eb 0.01 MB 18 57
231,694 231,694 00000000000000cfcb291be0468283148be6dddea5c08d2bf7703b6430b0d82a 0.26 MB 426 81
231,693 231,693 000000000000022a9e45c9707387f73345a8b1df188a42cf17c6432f54e6668c 0.13 MB 267 150
231,692 231,692 000000000000016c4438d668adecb46ee52a090ee34b1ab505d464e4acc00423 0.25 MB 478 176
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.49 GB sent, 92.72 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.