Memory Pool Memory Pool Refreshing

12,259 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (610,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,046 297,046 000000000000000008fa7de031e64cb8569fa6d3d172682ad78a46114044e0ac 0.03 MB 64 36
297,045 297,045 00000000000000006f2a12ccb239489007de11c6c5ea35ed6ec5cbba6255223d 0.16 MB 376 46
297,044 297,044 000000000000000096fc5d4e1d76de528945c5b88eede767609d40ff4e5cb219 0.17 MB 434 42
297,043 297,043 00000000000000009c0ebe53ced9f137c4ea8ed750c7824fcf6a2d7deffdd522 0.16 MB 345 42
297,042 297,042 00000000000000004a67396efa75f530acff8f49eea399bb62d5330e51bc9a8c 0.05 MB 82 29
297,041 297,041 000000000000000018f8f071e324944c2693ffa21b491ba5dbb6d50627f2f8db 0.10 MB 198 34
297,040 297,040 00000000000000007f861e6d0a39eb3095cfeda5968575ce2419b56992c75971 0.04 MB 40 20
297,039 297,039 000000000000000061e312625e3a8da3e0a895944e7db0b75d1f57a609157b2e 0.01 MB 16 27
297,038 297,038 00000000000000002f253138474e7b9aa0f44e0bd1ff3e03fb8330a59986e061 0.03 MB 72 29
297,037 297,037 000000000000000056b16a5b5fe5a8c58d4fa0886b51a68ca8fe92f73421472c 0.35 MB 559 33
297,036 297,036 00000000000000008977a6815df0682b35c9d07a324ebda02486024ff7905182 0.10 MB 256 68
297,035 297,035 000000000000000084a2ce1876c0c84d080adba9ab576d4af34d8231afcf0c68 0.15 MB 324 38
297,034 297,034 0000000000000000048ff866dd26446f96a273d3521c4e72650c2047e8b9cace 0.26 MB 452 41
297,033 297,033 000000000000000011ad9ff87c78f3659a1539f8ed2b111fd71e017496510f78 0.08 MB 84 14
297,032 297,032 0000000000000000300aed630184c04505762be93d63ac4ee99c978d014165c5 0.28 MB 583 37
297,031 297,031 000000000000000054192a2488dd85aed34e9173ed52b365557136c9416ea02d 0.08 MB 84 17
297,030 297,030 0000000000000000343325d087f7c3a0bafca29d3ccb523cec5b5f27f5e324dd 0.50 MB 1,142 50
297,029 297,029 00000000000000004e567372784332dc5746ddfd2bfce632737bd66b3c81be0b 0.26 MB 395 15
297,028 297,028 00000000000000009471bc50186a932ec7d06ce839ac007edf709cf4e65e6a5e 0.36 MB 430 33
297,027 297,027 00000000000000006c25ebfa7bbd313d3f5d7ff10358faada7f5b2830d9e2d5d 0.35 MB 571 28
297,026 297,026 0000000000000000997eb938491b6ff39468fb860205b0a8bcb5beab6bfffc2b 0.23 MB 512 49
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.