Memory Pool Memory Pool Refreshing

2,475 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (158,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,556 749,556 00000000000000000009139e5334defe138c71093fc7ab3c9291339cf4a635da 0.29 MB 502 6
749,555 749,555 00000000000000000004e15c72bed15e89b9437dfe4a1f93fef5d56b866dc1fe 0.41 MB 560 7
749,554 749,554 00000000000000000000a4b51269ef30e73b4ba0a85649154ba4302b8c0e00b8 0.72 MB 774 4
749,553 749,553 00000000000000000000ebeffc43809ad75c381e8fa3b54f6447bf81fe7d5b92 1.62 MB 1,833 2
749,552 749,552 000000000000000000063f4051a2d07f7c7802007144d09c9dbeaea70b3efa16 1.53 MB 2,434 16
749,551 749,551 000000000000000000062b823c9389d889b80d190b1f491c8b046976daffbd55 1.48 MB 3,182 2
749,550 749,550 00000000000000000003af815f018702ffca3e1fff759a98aa4eaaf0d8799ef5 1.45 MB 2,465 3
749,549 749,549 00000000000000000005dc103529be107f36fae28ff265d8c913875d01bc19d9 1.46 MB 2,192 17
749,548 749,548 00000000000000000008dbbd7ef7ff6e80c0549d3a14b8fbb930d3ceabe1d213 1.55 MB 2,058 3
749,547 749,547 0000000000000000000306580105b5f463d825d58977f125de2595de764ed26d 1.56 MB 2,098 14
749,546 749,546 000000000000000000089b95ce5c9fa57cd06c0cd4365aecb6be4bd6022d7126 1.43 MB 2,717 17
749,545 749,545 00000000000000000003fbd0fae33a003f72d7b9917f8c3ef2b551ace149eba0 1.27 MB 1,697 9
749,544 749,544 0000000000000000000234a0e04d1e47a8f0125c4c21db15bb354d73d1ec2d0a 0.24 MB 513 7
749,543 749,543 0000000000000000000080c8117daca96f8622bfa896b053efc5a34d3435cc9d 1.49 MB 3,039 7
749,542 749,542 00000000000000000002f28062d04aed7db8b8c013c67358eca5910b69862a4a 0.64 MB 894 7
749,541 749,541 00000000000000000009e74f32ec0d63381f06590b4d479c275967f4551ad951 0.05 MB 131 18
749,540 749,540 00000000000000000002e5f2a6d07949ee962421fe23b3133c086391636d7032 0.65 MB 1,519 8
749,539 749,539 0000000000000000000001d8f9b0f201c47c13a5e780beff979c3d4cb5a5960d 0.89 MB 1,658 8
749,538 749,538 00000000000000000007df6ff05d9b415f6b0bee3f91e9777da39337ff5610d6 0.67 MB 941 8
749,537 749,537 000000000000000000085f58fd80fa7d1e80f2840ef7af974cfa2c5173200211 0.70 MB 990 4
749,536 749,536 0000000000000000000400670ca8fca4695e84594d00d8d7596bc84344265c31 1.55 MB 2,499 9
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.