Memory Pool Memory Pool Refreshing

2,880 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (837,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,450 70,450 0000000000f2d6d7d562cf32ad6f95aec0ddff347c76e999bd2c5f27610afd86 0.00 MB 3 0
70,449 70,449 0000000000647045602fcee9c976e9e7411928860e43fe8b1f821ce993ea5a1b 0.00 MB 1 0
70,448 70,448 0000000000b8ad7c8f3b6aeb9d9f522b20dbecd78f83268f959302ee80364569 0.00 MB 3 0
70,447 70,447 00000000006dd00a65ed40b77049a9a3e6b91b17efb178470e47e28e011fec9a 0.00 MB 2 3,875
70,446 70,446 00000000012a18b2b4542e77b9543d9cd18422fb4b3f9d7f2f5a81c20139e174 0.00 MB 3 0
70,445 70,445 0000000001224bef341ac907f9094f52f5ae7d9eb6e5b7cfb3f987e0321b0069 0.00 MB 1 0
70,444 70,444 000000000067671926ad97192998e36aa471278299648100cfec62389a242e54 0.00 MB 2 3,875
70,443 70,443 00000000006ee1dcf2d8ee852ad94e840cf798d90c7a54bd1d74f2f7dcc9aa07 0.00 MB 1 0
70,442 70,442 000000000144a90c1e01fac7df15d25be343133bc1f063f621b4ee4d41d2e664 0.00 MB 1 0
70,441 70,441 0000000000f0270d7ec0f03b7b0e391cd7ab88d64837c894fb927a962c346e5c 0.00 MB 1 0
70,440 70,440 0000000000caf20cc684a1d29c28c27bd0240b904094c9c769510d5809d66e39 0.00 MB 2 0
70,439 70,439 000000000138e29bbd3b42518c963b494f7cfa64fd9f02ee6d50ad32d82a3bb6 0.00 MB 5 1,116
70,438 70,438 0000000000ae89c1357e9189d242a3dfec49f49604c4a4dce652d1b71608b101 0.00 MB 3 0
70,437 70,437 00000000006d683f5539c85ac86d958704854944fbf1c50d6659e50f56d1ebd9 0.00 MB 1 0
70,436 70,436 0000000000ed81583dc05985ed24a35a550302d9ab0ba06487871b9e6e632bf1 0.00 MB 1 0
70,435 70,435 000000000098277bff369162827e76039292564b13d04b9c3315cd4d57ebeabf 0.00 MB 3 0
70,434 70,434 0000000000e767142afcc5a09865f093a4a98099dbe52828824d061186a98df1 0.00 MB 2 0
70,433 70,433 00000000002d80e8bd03220e3f249aad366b2954bf15b497689a5b257dc96ee1 0.00 MB 2 3,891
70,432 70,432 00000000009a2e05246c0ad4d985d1686823e83561c0fb4519ba7b33ca970d08 0.00 MB 2 3,861
70,431 70,431 0000000000bc6efd9159032b79286b0f946dee51b15b06f77c1f557661586362 0.00 MB 1 0
70,430 70,430 0000000000cf0ba87c813751d305c1597dd7146d38726c81e37381355a47bf18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.