Memory Pool Memory Pool Refreshing

19,049 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (568,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,263 339,263 000000000000000012834cc9261b859c97fa282181c16b4cfb078ee41dd7f769 0.06 MB 132 40
339,262 339,262 0000000000000000061a873ba41173b577c3b25b448e9d9fde8cb5062d194b5c 0.53 MB 1,087 25
339,261 339,261 00000000000000000a6550fb4f468276f566cea0208e440585e581a5629b0c0d 0.25 MB 386 21
339,260 339,260 00000000000000000ce818169c23382dc84ebabd7959f923407120eb78aa112a 0.10 MB 256 29
339,259 339,259 00000000000000000ea03b8ca91580e3536180a74cc64e7d6065f266956ab172 0.28 MB 523 21
339,258 339,258 000000000000000015196036a2d053f5bf5426913358963ea7c8b8d05d26dcbc 0.11 MB 259 13
339,257 339,257 0000000000000000176c4142b40ec311fb09232be7834c190094d608fb30eadf 0.75 MB 1,264 21
339,256 339,256 0000000000000000132966029cb766c96621928c24e454965b7efd6ff1d90148 0.25 MB 775 43
339,255 339,255 0000000000000000089a148a91f4564792d4bb9935b418022ca1bb6eebc7a541 0.35 MB 671 25
339,254 339,254 00000000000000001422868679fd5786de7722d426d54d4a9ce7c2f8db56ef8f 0.08 MB 168 12
339,253 339,253 00000000000000000ea6e2e42fbc9728b8ff290f24ab22865dcc65282bad5993 0.36 MB 512 17
339,252 339,252 000000000000000010e46d0ba648a8bf0f54914ac4b19aa60520d17dab97ee1a 0.15 MB 256 16
339,251 339,251 00000000000000000e2d19f189a587a0c1acfdee55e0e291ac5735c53fc95494 0.38 MB 1,024 31
339,250 339,250 0000000000000000059f1bfdce418c8e909d7d091e0c060b6f813c22d277c5ee 0.31 MB 360 13
339,249 339,249 000000000000000016f6fc1875c332fb647ed456e434589b1d126a608ee33f14 1.00 MB 2,355 33
339,248 339,248 0000000000000000038e3b74e34325f046927b3f5ff344534f62d95ab9c80892 0.39 MB 661 24
339,247 339,247 00000000000000000d8b96fded3f26de3a502868c66098ca84d96cf38a12a401 0.44 MB 776 25
339,246 339,246 00000000000000000686c5e12b1aeaf87026ce2f4ef481e02c47c389aea7568c 0.49 MB 852 27
339,245 339,245 000000000000000005ba3c8c7a0196630a86e4748e420e1451094b6643bfc9f8 0.49 MB 776 28
339,244 339,244 0000000000000000168c26b63acffee706f4a8156d91e0d03614b09abeab271d 0.40 MB 734 24
339,243 339,243 00000000000000000f0d498339d5d7fff04c11a33bd1e933ee81d68214ebb4a4 0.43 MB 750 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.99 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.