Memory Pool Memory Pool Refreshing

7,505 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,762 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (49,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,496 858,496 000000000000000000027615cd0450e82c1d50ed02c655cf416356e1f0c8e3c4 1.76 MB 2,671 3
858,495 858,495 0000000000000000000044614af53273723cf4771ec3fa72971b18098ae2a3b8 1.74 MB 3,183 6
858,494 858,494 00000000000000000001c0ee3f62f680c6ebcd20f9228f3f2e7a1e93c7086cb6 1.90 MB 2,529 4
858,493 858,493 000000000000000000013a943e053b6811b25eefb200234dbbc7d4f4e219aba7 1.85 MB 3,357 5
858,492 858,492 00000000000000000000088feef67bf3addee2624be0da65588c032192368de8 1.98 MB 2,821 7
858,491 858,491 0000000000000000000199e7f9bab8a6080d297e7c7aceb5ab4c8d20413d66a0 1.70 MB 2,937 10
858,490 858,490 0000000000000000000326ec6ee6730f4bf8fb1d0dcd1ceb29971ce02b6f964e 1.71 MB 2,872 11
858,489 858,489 000000000000000000012d7bd4b8b9c1c3d0480f52a8c5ec9f73197eeba3bb7e 1.69 MB 2,974 7
858,488 858,488 00000000000000000000c4529ee30926ffc81868ab27506bf36dd05ef26fbe99 1.75 MB 3,063 6
858,487 858,487 00000000000000000001f9eba0b9ec00e85882635a566578ea56abc627b14f95 1.64 MB 7,119 3
858,486 858,486 000000000000000000007fc2db35d12f2d58a433e6d1400cfd61bebdd66ca0c1 1.62 MB 6,612 3
858,485 858,485 00000000000000000000e9dadc04ac555efec36511758df1d63324475ce0f8de 1.68 MB 4,953 4
858,484 858,484 0000000000000000000060ca3c246a1bb7e8c24dbf34b216bb2f4fb32eac8a4e 1.67 MB 5,783 3
858,483 858,483 000000000000000000011fb63b324d7b0dcd85ee3cd65adad4358ee46476a9e6 1.39 MB 2,743 7
858,482 858,482 000000000000000000006de99e3d7ffd31655c9561923d1afddfe29cff99c870 1.79 MB 4,235 3
858,481 858,481 00000000000000000000e36704c13eeae084ee3aeb5930a1080937b6001f92d9 1.70 MB 3,042 3
858,480 858,480 00000000000000000002e551c28474365926764f38e925245410741bf14461a1 1.61 MB 3,533 6
858,479 858,479 00000000000000000000423d63a3e2e967a30cf1a0ac411bcb9380a61030d5d4 1.65 MB 7,389 2
858,478 858,478 000000000000000000001d71be3374ac3083cfff86b12e1fa837fc4855090861 1.59 MB 5,508 3
858,477 858,477 00000000000000000001ab7b18ee1876242a2c0369f0f1bc91b9d2d14d34a59f 1.62 MB 4,616 4
858,476 858,476 00000000000000000002d0fb04ff4faaf46f53766b789a124b9c33476f125428 1.65 MB 2,937 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.