Memory Pool Memory Pool Refreshing

5,429 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (610,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,706 297,706 00000000000000006d20a19af9f926e63381899e494cc44fc50b1e04f1dcb98a 0.05 MB 35 8
297,705 297,705 0000000000000000182683f14d508c58822b17c26b5fba424a944447f85faa73 0.27 MB 531 36
297,704 297,704 00000000000000006716f56c5cd5d5fb2cb7d0a27502fe1f977cc5603ff74fb5 0.17 MB 163 17
297,703 297,703 0000000000000000764db850a54d41a5a58af27a7dab75854796c03c52ad6176 0.01 MB 32 11
297,702 297,702 000000000000000021a5a816bb3860104c6177d83fadae74cccd0f754bf5bcfc 0.50 MB 1,220 43
297,701 297,701 00000000000000009c143a1773a5dc24477ec151689bc78ffdd00a232bd533c8 0.06 MB 29 7
297,700 297,700 000000000000000068658674846d18901aa165300e4a67cfcc5b9f08826de843 0.05 MB 93 35
297,699 297,699 000000000000000019ea5029466123f76fcba504c443fb37ab8d84c1c21ccdc0 0.21 MB 345 31
297,698 297,698 000000000000000017f288a0b07e8bbffb39ef1434d97add1b71ac739d0e7fa5 0.00 MB 1 0
297,697 297,697 00000000000000006011691f9c9cdf7800bb8a10190bdc57c5242e74fa99d4d8 0.11 MB 205 32
297,696 297,696 000000000000000068c3de3c3e562f62415f96f9816784ff281496cb590b36e5 0.08 MB 207 38
297,695 297,695 0000000000000000939cc34b7086bd9719a5d01b12fd16a054578c6e7529a843 0.34 MB 414 27
297,694 297,694 000000000000000091459a0012fab6e45ded0164a16f2e9ee2e0fd4c7ed810fc 0.08 MB 128 23
297,693 297,693 000000000000000076d18f908d78d230003478360d8017363948209fac62ad3b 0.01 MB 24 33
297,692 297,692 00000000000000000a9f677bd44a604ac417f668f1af5b600744e137daa95cde 0.06 MB 104 26
297,691 297,691 0000000000000000187b04e090d9ce7c254d56f81b3547905f3e5700651f5977 0.30 MB 396 34
297,690 297,690 0000000000000000465d1f9cf71aba06c4409fd836e9926cf6dddb168d64e232 0.10 MB 240 44
297,689 297,689 0000000000000000561251bd9bde7771d8528d39f18fa6a3851bf7a0768ebba1 0.02 MB 49 34
297,688 297,688 00000000000000006b0cd40478007eec9fe4956d14158b8e139a8af225020831 0.24 MB 441 40
297,687 297,687 00000000000000009d47f246f9b866483e31730a1a4de11ae1b42c36620ebec2 0.08 MB 148 22
297,686 297,686 000000000000000078c0d37945e2e1d1c93166c0eac345b28828918d6c837b22 0.39 MB 672 32
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.56 GB sent, 94.01 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.