Memory Pool Memory Pool Refreshing

7,910 transactions
2.47 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,916 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (466,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
441,033 441,033 0000000000000000031b07699d46bf7ec3f45bc64a27cefcfd779edbcc8f9e7c 1.00 MB 2,244 58
441,032 441,032 000000000000000001d75e354c172a538eb0e557e3820cbd8e78cbb098bb0cb5 1.00 MB 2,233 69
441,031 441,031 00000000000000000327069c4f122c412d99e3cfce0c8aab82c59d57f2ef216a 0.75 MB 1,673 89
441,030 441,030 000000000000000001132362ae33ec784e2bbfd584aa980e1b92b01cfe816e00 1.00 MB 2,878 76
441,029 441,029 0000000000000000014d4775c6136ebb913792235eceff44f1159f7e80ea36d6 1.00 MB 2,587 85
441,028 441,028 000000000000000000daa2c2912408de1788f0f4ead990fdb422bb7b453671fa 1.00 MB 2,319 102
441,027 441,027 000000000000000000b66a7bbc831ecea9bd4a681ac29289f61fc74a527f7095 1.00 MB 2,404 66
441,026 441,026 00000000000000000243ded2af75796c35e53eb314d5461fd88b379335f1db49 1.00 MB 2,487 95
441,025 441,025 00000000000000000343cd3c359a0009ab0a1fcfbc05b8ec22c046b185a4980e 1.00 MB 2,341 99
441,024 441,024 0000000000000000027fa4f1717cabd295891931914ac35c154b8137d34f6f30 1.00 MB 2,509 100
441,023 441,023 000000000000000001a7757a3077e4423b136e98877cc79bd817128035c81aa4 0.75 MB 847 64
441,022 441,022 000000000000000000edead2910d3b852578b9430f2a4a0b1ba2aa87449215a4 1.00 MB 2,223 66
441,021 441,021 000000000000000002ac769b0aa39c2ce7e152559974584655bc6483d5b7cd81 1.00 MB 2,489 86
441,020 441,020 0000000000000000019645c56acd2db70365512555b9dcdd7849ff5af82bf79a 1.00 MB 2,036 60
441,019 441,019 00000000000000000198e441b94d2827577cbad3f362f74604356b4f1cc7e7b1 1.00 MB 2,419 93
441,018 441,018 0000000000000000000e572eafbc0b5e417f310416d72d91b2ee967ba3c5b85a 1.00 MB 2,475 89
441,017 441,017 0000000000000000001f04f4b41eda5a3332114de368662ac4d620174a30de2c 1.00 MB 2,393 86
441,016 441,016 000000000000000003d5e21bd8606a24e9a15eaf32f88868116b01cf147ef0c5 1.00 MB 2,226 79
441,015 441,015 0000000000000000033bdb97ed2b44acf382d8e366a71c1b0c56aaf6df1f3991 1.00 MB 1,456 57
441,014 441,014 000000000000000003d08dbb63c197be2dc5de55e7a4332f952124818d48ce99 1.00 MB 1,961 66
441,013 441,013 00000000000000000380c4e8b85d55bde228c220bceb4b234a8d9dcbc38e6799 1.00 MB 1,913 79
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.