Memory Pool Memory Pool Refreshing

4,007 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,738 (449,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,572 458,572 0000000000000000003d93c335772b4bc139bd0822212ee827b252bb89d22794 1.00 MB 1,874 171
458,571 458,571 0000000000000000001b6bea3f2af6d25695a4247a0f6e3f4b3e73107464d39c 1.00 MB 1,583 143
458,570 458,570 00000000000000000173c931219b6d8a2e2c994e56e6c1c72a3168eb482d8486 1.00 MB 2,701 220
458,569 458,569 00000000000000000149943c263ed024b5eca83f550f61dddecc302ce9350ef7 1.00 MB 2,377 196
458,568 458,568 000000000000000000c3238c78808ea4e58d7ad814cf928e019e75b9e8657c52 1.00 MB 1,649 156
458,567 458,567 0000000000000000024e73b19c75b8249a747fe4a9d434921b6e5845b1cdfa99 1.00 MB 2,033 212
458,566 458,566 000000000000000000256644dcbb0391ce382b7f7b246c5fc579da6297613749 1.00 MB 2,891 129
458,565 458,565 000000000000000000d641afd215a400d7a76706dd5b345ea3b5d8e31afedee1 1.00 MB 1,934 169
458,564 458,564 0000000000000000003f951b49f036f00f9f99d9246a76336747558ffc205f36 1.00 MB 2,401 132
458,563 458,563 000000000000000001d5b186a6feebb56bbad5f5659d5ce982410896a0918c9b 1.00 MB 2,434 159
458,562 458,562 0000000000000000006e72c583c4a56e209dc94f9ac5d3070781fa4cfcf43016 1.00 MB 2,125 185
458,561 458,561 000000000000000000247e94a0b9486835f18dc7c7e6847aa077a7bf62111659 1.00 MB 2,133 222
458,560 458,560 0000000000000000024c04eb7f6638dec786eca5a326abdeec8d5d80004d8f0f 1.00 MB 1,838 189
458,559 458,559 0000000000000000023a9af2cea00fad97565deca3ea8ba60d8650ddbf8e9e56 1.00 MB 2,041 189
458,558 458,558 000000000000000000b70cab8137423823108eeac9f7753c7d5c5bb82bcc866b 1.00 MB 2,463 189
458,557 458,557 000000000000000000b2336a7cf95cb383ebcc2c22d698299e84a41ada7b9be9 0.09 MB 173 130
458,556 458,556 000000000000000000a028000106157b40faf4e6b3652c08e490736a8bec6bf0 1.00 MB 2,613 215
458,555 458,555 000000000000000000cc44906c6eaf2946aaa22d95722c3b59ea4aa3d3a2917d 1.00 MB 1,909 267
458,554 458,554 00000000000000000109bffe80a689ad39d18a8dd38a2f89a4079dacc5d28105 1.00 MB 1,638 169
458,553 458,553 000000000000000000204fd9793ba06f65c7717dd5e6b0431a84c50c9ce6093b 1.00 MB 1,648 157
458,552 458,552 0000000000000000014cf7744f6d5343d4e9368f35284d917fc89859e73fbc22 1.00 MB 2,205 176
Previous 10 blocks ↓
Total Size: 769.06 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,627.79 GB sent, 93.17 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.