Memory Pool Memory Pool Refreshing

6,804 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (204,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,135 703,135 0000000000000000000e63b8857ced8d3258b5b0e912a4abd2dd79282f89366c 0.36 MB 739 10
703,134 703,134 000000000000000000082bb4d4c352c9928d1038c72d3a7b39b3bd6caaef4fd8 0.80 MB 1,039 15
703,133 703,133 0000000000000000000246dedcac5df3ccf8c10bc9b1e4a71e0a99dd7e1b4a3f 0.08 MB 152 12
703,132 703,132 00000000000000000008fac219d7d7471978b644db993a47d3e8e1d2f7d0c112 0.98 MB 1,511 10
703,131 703,131 0000000000000000000ad891dd63eb859783a6ad58295d8b9ee69c4403c2840a 0.39 MB 530 23
703,130 703,130 0000000000000000000994b24deb10ae196d93bde6233d5cbb86aed5a766daf9 0.14 MB 315 11
703,129 703,129 0000000000000000000dcf1b48192ab08e8d83da983527c111a9bddfc2d7ea57 0.86 MB 1,356 11
703,128 703,128 0000000000000000000a2c42ef1f748b9c0a6a3d16f50375e684bad6d06ea4c7 0.17 MB 204 10
703,127 703,127 0000000000000000000987b966eabc9c4c8648c6a761f13288dafccf7d077785 0.98 MB 1,164 6
703,126 703,126 0000000000000000000aa348f65845d0950553b97824873a26b1ce736cbd220f 1.26 MB 1,354 11
703,125 703,125 0000000000000000000ac1c4e701d10ec6f321ac117a57a110d706ca095a751e 0.74 MB 997 10
703,124 703,124 0000000000000000000b3af743aca05d441b7737d12f6865c103649c0b624f51 0.06 MB 107 13
703,123 703,123 0000000000000000000a03267feee5aa0642f5c7e89a5a36ce33a7aeeca6e05a 1.53 MB 1,780 3
703,122 703,122 0000000000000000000ad0b2163c33fa2c4a850cfceba50258745c5bfa1d2a6b 1.49 MB 2,384 14
703,121 703,121 00000000000000000001573990c2b4875e93ff41fc0893fb076b718d531fec88 1.27 MB 1,033 5
703,120 703,120 00000000000000000007c5303f3bebc35ac346b9ba657587fe0eeea00ace666f 1.60 MB 224 1
703,119 703,119 0000000000000000000b79ea21550ffdbfa30da027ffa971972442ff539e196a 1.58 MB 866 4
703,118 703,118 0000000000000000000e5d4701a69dc600ddbc60c950486b6fca2e19e7f09c5b 1.25 MB 1,359 7
703,117 703,117 00000000000000000008f3711e799268532f39c5c8987645a89058fa85c82b48 1.73 MB 420 2
703,116 703,116 000000000000000000062a3ec258f68571eea9872355192f8fcdd19a17582a03 1.63 MB 1,631 3
703,115 703,115 000000000000000000017a939957327446a449f85d0d4f0071c507961773f00e 1.47 MB 2,210 14
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.51 GB sent, 92.74 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.