Memory Pool Memory Pool Refreshing

1,522 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,511 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (837,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,167 71,167 000000000097359382a17f4c68fb688c94b3811ec97599d9b5be21c1ec27bafe 0.00 MB 1 0
71,166 71,166 00000000004ca3f7c2d0759b0289dfefc8e3d02a9636d97fc5ab9628b74004b1 0.00 MB 1 0
71,165 71,165 000000000033f4a146ba5d6455225b519790d623740d9dce29f165d1a62c2af2 0.00 MB 1 0
71,164 71,164 0000000000fff372d49363369702aeb10a71a593546554c403852b874d1004bb 0.00 MB 1 0
71,163 71,163 00000000006ecb71e376c150fc3f553a7dc73b7bc22df89d69970f7c0232e5b3 0.00 MB 1 0
71,162 71,162 000000000041ebb9628780edc5a72ebc9cd0dc09285245ffb2933ef81b567d61 0.00 MB 1 0
71,161 71,161 00000000004d209693203297f2e72e00a60b0484bd055c93d5d76b0a1dcdf37a 0.00 MB 4 0
71,160 71,160 00000000003e2cf1b8555e2247d99a429da5d3a122943539bc1da81a3ba8fbeb 0.00 MB 1 0
71,159 71,159 000000000051075ee1c523cd3725d6c745a048a1ca9c38d4084ba8b5f44f2faa 0.00 MB 3 1,941
71,158 71,158 0000000000785a4d2e850971f58d149eedaa4b1e030356a97e2bec8a531262a4 0.00 MB 4 0
71,157 71,157 0000000000605739ec2ed23c5c277f4ab1edc7c936fb2a3b0b63c98e769610b2 0.00 MB 4 1,086
71,156 71,156 000000000105a1c1dc6961f2c654f813456fb700afadb95145a0a6212763185b 0.00 MB 4 0
71,155 71,155 000000000015f63a62f4c194296bcf58efd287fdbb0aa88e7fa5535dbd93de78 0.00 MB 4 1,560
71,154 71,154 0000000000dfd140c0a7d8bde0169ddf345db6f13fd7535659903b6c65108aa5 0.00 MB 2 3,861
71,153 71,153 000000000028de060d8b3754cedb8c185dec042585f445277f9f1a8f72e9f832 0.00 MB 1 0
71,152 71,152 0000000000f748f2fa1bdc55a4fa50b0d67dde57aa12750890116029483bc79d 0.00 MB 1 0
71,151 71,151 0000000000c42c9ce72a1205fdab64ab8fedec498aec3bdc862fe4215ade4eee 0.00 MB 1 0
71,150 71,150 0000000000318350b40fa50bb130f6bf5b38acf51d837d3c10f4ae9dab75700e 0.00 MB 2 0
71,149 71,149 0000000000672eedafb716750e911e0f3fab6702876857a25180f971c031b258 0.00 MB 4 939
71,148 71,148 0000000000dfcd0f67d733b034fa835ba5022db37035203bba799fe1d9d9a93d 0.00 MB 4 1,416
71,147 71,147 0000000000500415d28d5ef07d2e5cc74a49ce4071054b23f8d80cf83d5032ac 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,850.86 GB sent, 101.30 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.