Memory Pool Memory Pool Refreshing

7,830 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,889 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (895,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,600 13,600 0000000006ea563a08f0d7dcf808ca93506d2795cc202a91154c9089a591d2f6 0.00 MB 1 0
13,599 13,599 0000000080d9ab00623f6503e70a3df0ac77bcbc55018bfdc1c1350b0c7f39dc 0.00 MB 1 0
13,598 13,598 00000000799a72a19d6341900d959576f306fbb8b2332846113d49900b2ee4bd 0.00 MB 1 0
13,597 13,597 00000000ff1bd6a2336db804c37a26a25193ba75ad3c0955ae4230050a0b7d95 0.00 MB 1 0
13,596 13,596 00000000cce223616d340dbe52d36657e9f18a58b07c10a45b92ca94c3a58cb4 0.00 MB 1 0
13,595 13,595 000000008f3522643be27eb06b5ed2c68afd07ccbbe794f1fef34e4f051231cd 0.00 MB 1 0
13,594 13,594 000000005a800812af99d642c89cfca1a842143f725fa795d7f8b27d8f06d31f 0.00 MB 1 0
13,593 13,593 000000004db2a92e35bb1fa29b28c7cfd835d2cbda8dbd4a2e1f0ddc1a8bd813 0.00 MB 1 0
13,592 13,592 0000000062bd1e41e50745ae8f87a6c46f8f5bc9beaac897b37e5a7eb9c9c68e 0.00 MB 1 0
13,591 13,591 0000000071cac639003926435e07e231c06284b6d31837bc11c148a98fef7b07 0.00 MB 1 0
13,590 13,590 00000000d2abacacc2bc5d48023903fcf0036e91bc4cb7e6bda4eebecee4138e 0.00 MB 1 0
13,589 13,589 00000000f662c84897ec5238da0cb42637d5dd24eca6c8cbb78b1c8d161b6d0b 0.00 MB 1 0
13,588 13,588 00000000d8f3a2a301bcbb3104a7c24d730a5e4d54fa900905574b434e94c910 0.00 MB 1 0
13,587 13,587 0000000062597c1e17d7370cf3867e5b73417d3ed891b658cf7a6892d3877d92 0.00 MB 1 0
13,586 13,586 000000003a557cb411ab6bab7f196057cb660c3bbc4b965a9708547c9feaf05b 0.00 MB 1 0
13,585 13,585 00000000e7754cf9d36a62a77aa7762f9be421b817705b167b63f22a65a4f814 0.00 MB 1 0
13,584 13,584 00000000bfac0e5b893d4aaa58d53c7f13747526aa41907433f38bdc6e063eec 0.00 MB 1 0
13,583 13,583 00000000d4792f8eaf3e161a0e8ad168aabe70acc19ab214d0ffc3e683277c44 0.00 MB 1 0
13,582 13,582 0000000018a49279d19ffaf02777cc526d1094d374650a3b6e9c1093c5b735b0 0.00 MB 1 0
13,581 13,581 0000000006bebdd5a032582d77c506c03250a90d8b20ed6d4769ac80c15e5a89 0.00 MB 1 0
13,580 13,580 0000000035d1f1fb4d53f98f7c4628c8ca2c10870b1cd0cfc8b009c592aba726 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.35 GB sent, 101.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.