Memory Pool Memory Pool Refreshing

3,675 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (796,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,567 111,567 00000000000067de58fd65ca4628a00315f2230bfe405bb98bca5e5ed464fbbd 0.01 MB 32 981
111,566 111,566 000000000000fb20eece09a914e58cf3ff18a36360956bf0678392c7202f2f89 0.00 MB 15 1,558
111,565 111,565 0000000000007c788e86e92cab36dedd9d59bacf08f22e260be26ef0782d4fda 0.00 MB 16 1,228
111,564 111,564 00000000000087df0449675a1db89accd97e296f759a7631f6c3602dc4388caa 0.00 MB 12 520
111,563 111,563 000000000000032a1ca38edcb711c0aa44e74ef0f2ec4a43ce2c72b88ccf2b38 0.00 MB 12 704
111,562 111,562 00000000000117c84283c84753f3ce42521601644c2878a0ce40de007173acb4 0.00 MB 12 0
111,561 111,561 000000000000b85269e453d53ff08c6d441b0c0173fe1e35642d0a3bcefc64aa 0.00 MB 12 335
111,560 111,560 0000000000002bdadf9bc0b14db00d0bb18c10e1b41bc3504d03cfc76f9c3fe7 0.00 MB 12 352
111,559 111,559 000000000000d5b002a06d05644a09fca3fdc2f571cf6361c73df558e062799c 0.00 MB 12 712
111,558 111,558 0000000000001c93787aef3c8fba51732d94d4dd370cb94f3e6c4c8d61a3d99c 0.00 MB 13 683
111,557 111,557 000000000001051db1051b43d7b71c8c29dec177c5613e455439226a955188bb 0.01 MB 23 176
111,556 111,556 00000000000116c2e7bff08b966bc5bc4bcf85c34f9d8464bc50acc28c62f618 0.00 MB 1 0
111,555 111,555 00000000000061251ba0303cef9063c6969c1c469b18976bd4553aa07a384d09 0.00 MB 12 1,017
111,554 111,554 000000000000910eca40d67c58a149ff769e5aa38e3f006f55afcc37d3be4e58 0.00 MB 10 353
111,553 111,553 0000000000001266f651d6d891be27e1febe7644cfe83222fa42f71c534c7d1d 0.00 MB 10 3
111,552 111,552 000000000000998d719dc19eef0088f8682dc0fb1d9b79e62fb2b90d9e347f79 0.00 MB 11 362
111,551 111,551 00000000000073f698c76b410e585871bb04f647ac6db4a1af3e481bfaa8f388 0.00 MB 12 342
111,550 111,550 000000000000a3fd887467013cd9a5e0ab5badf4732fcd2272567bb9ee915826 0.00 MB 13 0
111,549 111,549 000000000000dfa6fa13c49cea9a0c1d75c4f54d2114b989a6eed02b0c6b9222 0.00 MB 13 1,475
111,548 111,548 00000000000120f6469c99383cd6bf74cb45f06cc2c40cc63f0e565a97a2dc6d 0.01 MB 27 1,081
111,547 111,547 0000000000001e1ca8decea0f7f1919dd3dc2c55dc0ba6c3526d45c963a76fa8 0.00 MB 19 2,133
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.