Memory Pool Memory Pool Refreshing

5,323 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,636 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (287,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
619,811 619,811 0000000000000000000bfc1d7276e13467118976dc6eaf3d3554580ae7fe5726 1.36 MB 2,338 15
619,810 619,810 000000000000000000103bfd4235655c76159432cfc42abe28e0150fe9d3921e 1.30 MB 2,523 11
619,809 619,809 0000000000000000000607e9393c430edd9c0fd507c5bc91591a45a9b7c0a4f1 1.19 MB 2,462 6
619,808 619,808 00000000000000000005edd3adc8a4835834e5737ca5c60b3b4cf9f0b60a4401 1.27 MB 2,963 27
619,807 619,807 00000000000000000008ecdeb6e784871183c8cdd4b8e0fe24619399d9f6b2f0 1.19 MB 2,514 6
619,806 619,806 0000000000000000000530fca1b42f798cb443f4b091d49ca2fe32b3d78e0081 1.33 MB 2,726 11
619,805 619,805 00000000000000000011f0a82573451b7877cdca995a4890d3cc8d180d653931 1.37 MB 2,154 42
619,804 619,804 00000000000000000002861356b937efc62ee57b431a6dd08050e537b444fe63 0.67 MB 1,381 15
619,803 619,803 0000000000000000000b200501eabc563d02a240a8b49121ff70a9a6e5454db2 0.01 MB 37 28
619,802 619,802 0000000000000000000edad8bd5862707999316496b53b40e65a4ab9c0bd39d7 1.26 MB 2,957 6
619,801 619,801 000000000000000000105d1c5549e63ad6ca7f4b04edcbbe459eacb7055a6f75 1.26 MB 2,641 14
619,800 619,800 000000000000000000034266ff6e2e631a9abda2187126020d22da3cdb1a236e 1.36 MB 2,535 12
619,799 619,799 00000000000000000006f40c0b2bd3399d4dcc88c2fb5323a0d87944ca73fe81 1.20 MB 2,200 12
619,798 619,798 0000000000000000000b2b56d0c8558510dd550127c92361849780dac5c77105 0.82 MB 1,900 7
619,797 619,797 000000000000000000046d046fc940bd83533b0f03c86bafddc0412266cfcff8 1.23 MB 2,477 12
619,796 619,796 0000000000000000000e9367882d6942be4ad56bdbf0239687e12a4f446f23d8 1.00 MB 2,464 14
619,795 619,795 0000000000000000000d583be67b1991651601219cb7aa6875fec89710be5854 0.14 MB 420 14
619,794 619,794 0000000000000000000b25b55b5c23398210993073e6c4c31440b24d37a035ba 0.70 MB 1,523 12
619,793 619,793 00000000000000000007dee025ee8542b47feb188aa936bf4327251cd620bd01 0.06 MB 157 18
619,792 619,792 0000000000000000000626267699de2c3d89e850defd2320e4439b240a0e0a0d 0.68 MB 1,552 12
619,791 619,791 00000000000000000011dec6f935a0f7c6c8470136c6df89d9cc053c28ec0e7e 0.54 MB 1,028 13
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.