Memory Pool Memory Pool Refreshing

2,515 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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 0.72 vMB 2,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (555,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,504 352,504 00000000000000000ecd7883cd18cd28dc41b9e38be9fe6144f5f1041c41fcf1 0.75 MB 1,665 32
352,503 352,503 000000000000000011ca14d5f0750a8a30cfe3130c03181bde8e6ce88e5929f7 0.16 MB 269 26
352,502 352,502 00000000000000000d9411927c2b82207338a9ba119b37c7fd134aee9e866c9e 0.32 MB 566 24
352,501 352,501 000000000000000005d92fd9e46cfddf48a935469bec9e24c383bca1264b20ac 0.13 MB 167 14
352,500 352,500 00000000000000000d495be22d6c2691375ec3df2a319740c99e8d95da26d0b9 0.36 MB 704 27
352,499 352,499 00000000000000000f69f32a58d5e599940afec536b3943bdb49badd0befa6ac 0.30 MB 640 27
352,498 352,498 00000000000000000cd95c1472618d12406d9469a4a4b20dd768a3807bc1421e 0.48 MB 581 13
352,497 352,497 000000000000000015a55e0737635fea26ace4aa607fe8a40ba5c0cd6d3fa520 0.75 MB 1,313 25
352,496 352,496 00000000000000000171462f0978086e9ecc772e3794dd86e5684c40de148c1c 1.00 MB 2,598 36
352,495 352,495 00000000000000001133e905ac3268d674751f5249d44efd6546d459c94bfe31 0.14 MB 337 30
352,494 352,494 00000000000000000ca3d68ee2b717dfa16ad6327fabdb922b9f4c9084fec8f8 0.17 MB 366 27
352,493 352,493 000000000000000002b2ce0494433a26223f2cee81ea299157ed63337299987f 0.03 MB 64 28
352,492 352,492 0000000000000000106b65c0f7a41ab254127b3666351a49c0b95b64db6c4c30 0.08 MB 181 27
352,491 352,491 0000000000000000149cfc728511321dc4a31a23d1316894dc72e8ca6b6756d9 0.06 MB 106 16
352,490 352,490 0000000000000000122418b72c15254ed4c83013640dd5a480e3c24d5d7b3e42 0.71 MB 1,268 25
352,489 352,489 0000000000000000105bedd77cf3ae0b89c664ea54e17ba55bb3c67846cf127f 0.75 MB 1,291 28
352,488 352,488 000000000000000010946e65af13ac51c764f35af75d3642e414b2175b2b8183 0.00 MB 1 0
352,487 352,487 0000000000000000070afb6c1016f1968f2e276c0bd59532deb9dee6ff8fcac7 0.07 MB 100 13
352,486 352,486 000000000000000004a4a183e1d0d5a6cee0f3d7f341834e333f88f6eaa7bfe5 0.55 MB 1,086 30
352,485 352,485 00000000000000000c3d14fddf1e1833200135b7f06629e5f1c61a3041a3dc4d 0.03 MB 128 52
352,484 352,484 000000000000000010af9dc9611ce7809807c48803ba0799c4932d7f853bdd34 0.73 MB 1,246 19
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.76 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.