Memory Pool Memory Pool Refreshing

14,144 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (58,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,363 849,363 0000000000000000000231f9323895122069d73b1b14b012f56c44d6543149be 1.61 MB 6,391 8
849,362 849,362 0000000000000000000036b460fffdce43f292e3a5f3b8be6df54121e892ebe2 1.72 MB 4,882 10
849,361 849,361 00000000000000000000eeddf7e4b9c041042de63051f3ed81f7c57ed72b0f31 2.30 MB 4,582 8
849,360 849,360 000000000000000000028047588d3657e7c729cd98ea8012ab0770269f13f06e 1.84 MB 2,271 13
849,359 849,359 00000000000000000000f6f88680c1d7b8051bccb602f6919c16a04899542e98 3.08 MB 1,319 9
849,358 849,358 0000000000000000000345ea20064c5a8156a4cb9fbf27b73792c1db58f0f494 1.78 MB 2,619 13
849,357 849,357 000000000000000000028d42b35a70845f3a078f2cd8816e3f646af8d0cb9bb3 1.58 MB 3,001 20
849,356 849,356 00000000000000000000d22d37055011244917630c1c00fee832ea1920fc7c27 1.56 MB 2,722 15
849,355 849,355 000000000000000000005840a85ba57cd10ab5d328e3ed12759c3a9b101933f0 1.62 MB 4,632 11
849,354 849,354 0000000000000000000257d0a3cb4aa0211eb03662a2312d09b633be753b1177 1.65 MB 3,052 9
849,353 849,353 00000000000000000001a3bb06b0873c3207ece45c13a9fca11ce4eed9d4c2a5 1.52 MB 2,666 16
849,352 849,352 00000000000000000001fc5dc4b79bbd37cb515caf88540be455c8cc36424bb0 1.71 MB 3,558 11
849,351 849,351 00000000000000000002defdb8a86d187a6bf5339fa34940153489bc8970f3a1 1.55 MB 3,146 18
849,350 849,350 000000000000000000008d92db2a5ec4edd4cd2ee474889c4b10d04f166511ab 1.75 MB 2,508 9
849,349 849,349 00000000000000000000b68695b7b2c06988ca684236ab881307111805e0efdf 1.62 MB 5,625 9
849,348 849,348 0000000000000000000121a5eeeb19605fbf5535fa1d0c3d948bf87a6e475297 1.65 MB 7,793 7
849,347 849,347 00000000000000000001e987419774d611898a24cc2ebf28c0823e5146b90024 1.76 MB 2,734 9
849,346 849,346 000000000000000000023aa6c183984799ee94649a1cf21b531ad9442ec87478 1.68 MB 5,795 10
849,345 849,345 0000000000000000000090dd75955aeb49fb6a51f259f3d6ee3c9639ce241ced 1.72 MB 2,501 10
849,344 849,344 000000000000000000018c9a01ef8f13f09af35d1dcd96b0dcc069267ff3cb9a 1.55 MB 3,576 24
849,343 849,343 000000000000000000000f780ddc4511ed26c8824eae296d1d03634e9dc6f910 1.40 MB 2,197 14
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,622.95 GB sent, 92.96 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.