Memory Pool Memory Pool Refreshing

3,437 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,307 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (694,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,479 213,479 0000000000000323505b068a699c9713d2811a0a6e8f637db1a9f789ad7d5911 0.14 MB 314 178
213,478 213,478 00000000000003d32b6f9ffefd57798fa0761c95b23f8cc7067d2bf382863a1e 0.10 MB 162 126
213,477 213,477 000000000000014b109a0915b3d1e25a11ee301f315b3674212b2062cbebb1bc 0.21 MB 383 145
213,476 213,476 000000000000016d13b16d27cc00326e4f80931553546e9d661adf0da2ceb63c 0.01 MB 14 119
213,475 213,475 00000000000003071f06769d67d76f3ab436c1c509b24027e02bec17d7f206b1 0.02 MB 28 83
213,474 213,474 00000000000003721a059f988141e8951a94218d206d8e0559c08169453a9898 0.03 MB 56 179
213,473 213,473 000000000000032b0c2ad7f74cfb8dc9045e71c871d2bd9f2c83a605bea1e317 0.28 MB 477 63
213,472 213,472 000000000000026785411347af1809c48a17d6c9d72e565b940c853115514c6c 0.25 MB 455 125
213,471 213,471 00000000000002e6f6a46025d44a6cba116ad44c684b7171116ef638a5d4e363 0.25 MB 789 271
213,470 213,470 0000000000000259ebd88b210f1c85b5094041d7eb3c2e101408e113c9ec36d9 0.22 MB 500 174
213,469 213,469 00000000000004aef9aafec21de3c41e3319c9f97b9adfe097ab65fa77ffc331 0.03 MB 65 177
213,468 213,468 00000000000003bf7fe42820e0c692fedd70bb1fbcd5bdde5c060af8c54b70d4 0.06 MB 167 187
213,467 213,467 00000000000003565672e8f7a84b2890532cd4a799296105eeb1ca826bd8b4ef 0.12 MB 262 168
213,466 213,466 00000000000003ecf5f7db1fe41936bc8a7a35b5c64d42f834237c3bcf6800ec 0.08 MB 183 204
213,465 213,465 00000000000003dd86f19bbf9a43f6bf1c44634cc631a59b064f60d06505ee55 0.44 MB 256 68
213,464 213,464 0000000000000170a6b56356ff4f928cd252fd16530175002aa3e5106078476c 0.25 MB 354 114
213,463 213,463 0000000000000174686bccdc8c7ae29b33c2f17dd93d2d3312106440d51ae593 0.41 MB 128 53
213,462 213,462 00000000000001b22f14f9836b9a1eb32fbb717d7b07c178ac56fe43e63a4a23 0.25 MB 815 266
213,461 213,461 000000000000035ee4346edde45b49f335f940768d2cfa94dfe2450fe3c93f72 0.00 MB 15 59
213,460 213,460 000000000000001282a510d524b9d9251f602ba0e6fb91ee6777333620377491 0.05 MB 101 176
213,459 213,459 000000000000010d3a1a01022bc64d28e631b3e1f949e46a451392ebcb4fb54a 0.07 MB 186 180
Previous 10 blocks ↓
Total Size: 769.23 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.77 GB sent, 94.08 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.