Memory Pool Memory Pool Refreshing

9,269 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,740 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (741,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,348 166,348 00000000000007608ce5aeceb35f3160057d600e38ec9d1fe0b42d38e8db8e02 0.01 MB 14 21
166,347 166,347 000000000000009c352d03d72a9412d3688e66e5b5143bc397cb40418c3a7303 0.04 MB 94 522
166,346 166,346 00000000000003fda349633be6a077d9432d9ffaa8b5c747b6b55224e1daa252 0.03 MB 79 80
166,345 166,345 000000000000017dec9e9882e8a4e306ce769cf7080c726bb2fe0ad9b2da0813 0.01 MB 27 35
166,344 166,344 000000000000029726bc09168e7676a31ec9b54139fa28a98024746ed0c8e852 0.02 MB 66 0
166,343 166,343 0000000000000af2140b8eebbe1837cc66e1865b9aacd217b6e229051964d070 0.03 MB 76 79
166,342 166,342 00000000000004882d60fa31bb49c19dfa882ffbf3e7949a88643afb45c901ad 0.04 MB 118 112
166,341 166,341 00000000000008498bdd48bc3b1e860d5cc767cd290f97155786b48c89b87e1d 0.05 MB 120 109
166,340 166,340 000000000000050c56b74b2ad11c7e3119bc38eea266a26b14d51fba7676a396 0.03 MB 86 34
166,339 166,339 000000000000074305ffdb3319c0b215fc54194f16375d15421be93d245b5a3c 0.01 MB 24 77
166,338 166,338 00000000000006efee785fb6cd98bcc98ed40d48cae913fe3956030bd44c0e79 0.01 MB 30 0
166,337 166,337 000000000000095901d1ab9249c4edcff877a3fe760fc27dd11d7f166eb55e3f 0.00 MB 3 94
166,336 166,336 000000000000070433f3ee78fb55bb05531932f65a91960449d1721e6970558b 0.02 MB 23 136
166,335 166,335 00000000000006dce7b5a39a9e3ca2febccfbd4642628c28bc28ab6e45253f6b 0.00 MB 13 69
166,334 166,334 000000000000016d3e4a945d3466f30680c05a2d073740bcc777bdb32afe956e 0.01 MB 20 78
166,333 166,333 000000000000075c4a368c6ad3bcda0eedf06df53f1380daca50ae01db6c68f6 0.01 MB 19 172
166,332 166,332 0000000000000619b587f811374d5999399e7228d455833a862085522cbc1c93 0.01 MB 14 62
166,331 166,331 00000000000007ec344e1fec4f16fa4712c076a3952a505216f6706bdaa706f1 0.00 MB 10 680
166,330 166,330 00000000000007d146418b0da90929b285bbbd16458458635e0c738425f0ec5a 0.03 MB 52 78
166,329 166,329 00000000000004b65cf113bcf421096e61e11d3d33ad9ebd5ee33ffda1a37f29 0.02 MB 51 74
166,328 166,328 00000000000004e0e2245a428d80ba7ad3f50a4bf01c78eb11fc8539151d7b9b 0.05 MB 120 38
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.