Memory Pool Memory Pool Refreshing

7,142 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (686,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,349 221,349 0000000000000471b48555bff676858890ecf4c2102bfb5cc1f4cb2b7d6fab04 0.25 MB 612 206
221,348 221,348 000000000000028ed8c203d4d99267c50a2094f7a65fdf6486e6e3cfa9fee1ba 0.20 MB 371 205
221,347 221,347 000000000000030b9bf31ed9313940064cc3c5a7154dce5504b446df595d8a26 0.04 MB 97 163
221,346 221,346 0000000000000500f54532998f023313fafd2e33e906fe270e120442be3458d8 0.14 MB 361 166
221,345 221,345 000000000000018de6504b8b037bc3d4bdbaa3c81724f02c0e71f8457916bfd5 0.27 MB 668 285
221,344 221,344 000000000000006b527f38b8e6dcbd68f4c37dcc06123afd3c3e24d8ca28537b 0.20 MB 461 276
221,343 221,343 000000000000000455455d54d6079936998a598f2dc31f1c0dd56028b2038eb5 0.03 MB 55 28
221,342 221,342 000000000000000b54c34bc12cdfcdb21e42b1b6ba499015aad4ebdcf67a7b33 0.17 MB 401 209
221,341 221,341 00000000000003e7c57f0fb1c68830010d0c6246c7b118b7f4935b7c2673c937 0.05 MB 129 127
221,340 221,340 000000000000022ef3e0c53a9d09a82241c962eed7753ce49670bef130c9ce80 0.25 MB 622 227
221,339 221,339 0000000000000282af7d2f471362ac1fc22881154b3a09d30931bbcbf115afe2 0.18 MB 266 158
221,338 221,338 0000000000000295e58693a3754304c192aca1b0fbdc61557bf907b5d2d30a4c 0.16 MB 428 230
221,337 221,337 0000000000000303ff7fbe9380cc76ac6e27425637dfbe5ffc298874fde044c1 0.13 MB 238 131
221,336 221,336 00000000000002eb4e96f8677d7858e28d99ae030338318544b7b9c697f78dd9 0.26 MB 594 1,787
221,335 221,335 0000000000000418bf6b6098ac720bbdb55b74f68007594a3ae084a30aba43c1 0.16 MB 267 160
221,334 221,334 0000000000000473e65d54c05c8253107670e603d649ac5b807a703989d57f74 0.00 MB 13 341
221,333 221,333 00000000000003d35b35e7ee4d58ca6fd1fcf2e58b59b23748282d3859537647 0.09 MB 119 114
221,332 221,332 00000000000001d5c31a5759e2fdc9d987631d7b0332b11ca88cc39c55296c78 0.25 MB 676 255
221,331 221,331 00000000000004c9e8e004c83b067411d1df344a1563c26f5b78b511dfafe116 0.11 MB 196 172
221,330 221,330 00000000000002efd7542480de317d789d664102f948927619022b617ab35401 0.05 MB 131 139
221,329 221,329 000000000000050df2f05aeab8043d3f0b25c9178ce000e7bc6a1189d893a6c4 0.26 MB 589 228
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.52 GB sent, 92.74 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.