Memory Pool Memory Pool Refreshing

3,067 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,399 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (723,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,072 184,072 000000000000093cda7a2be39c6cf97d1dc0165c79f4775fc89afea186cae551 0.05 MB 128 89
184,071 184,071 00000000000005145f5560663107744c87d1d5f0dd3ec7f4552afe687578b6ca 0.03 MB 59 120
184,070 184,070 000000000000037efd0cb5e48ac9cba2fbc49c1d6ba73840c4e9006e2678bfce 0.06 MB 115 129
184,069 184,069 000000000000091ea2bcb3f1f1e26b089ad0099f1af6d691e65d634766c00022 0.16 MB 301 161
184,068 184,068 00000000000009e95ec837b407f9cb8136e453b7934f9b23b4cc80c7b2e02428 0.17 MB 371 106
184,067 184,067 0000000000000691383380ad5e27e85dfaec19e69c67a7e8feee035c36ecaf78 0.24 MB 512 125
184,066 184,066 00000000000007fb092f07abb52fc4fe5eafe86356822584c04ed343ac39dd38 0.25 MB 643 134
184,065 184,065 0000000000000768ce8b2f81ad6b011092f9588c37afda548fc0e8e05bd7b851 0.05 MB 123 165
184,064 184,064 00000000000001d9be37397fdbae681c6ae67e0c86ee46177fa1b55d336a9de8 0.05 MB 142 95
184,063 184,063 0000000000000705fa50092a915fa7ce68972bfff4cfd2539b45741bfcf7d4c1 0.18 MB 437 113
184,062 184,062 0000000000000781ac4074ccb2a2708350ce22d71d02f4abe1f5c60a3a8d3c41 0.26 MB 522 126
184,061 184,061 00000000000000471985626319b98772a33e69b5cb5dea40fff13536b519c1b8 0.50 MB 1,111 114
184,060 184,060 000000000000070a4ba05af13e8d67d848143465d08715643848a87401bba40a 0.00 MB 9 2,457
184,059 184,059 00000000000006a71a61e026c42da23188b89fa27afad049986b7d52d24a091f 0.08 MB 130 196
184,058 184,058 00000000000003fb916b46b5a92c88bf8d6adba511e447f6fa0eeaf3fb5dcba8 0.09 MB 144 105
184,057 184,057 00000000000000f07561c055ba66b508f89477bccbc4c5872c1e4a1b4c936ae2 0.05 MB 122 88
184,056 184,056 00000000000008a3286f831e898b0bd3156ae9860ad82b13152525035f798281 0.00 MB 9 167
184,055 184,055 000000000000005fcb26733640509afbcca74ff97b6a1014ff81980287e47b3c 0.01 MB 17 42
184,054 184,054 00000000000007ec7b9d0f8d992502ea63001834e3d9256a29898b17dbb164c9 0.05 MB 94 82
184,053 184,053 000000000000080ce0b71e18041a3f39425695250748fb045c9645920b0c8dea 0.06 MB 165 164
184,052 184,052 00000000000000fd0b6faa7d7dbc97e93c689cba810b20b29e297583bead94de 0.25 MB 576 121
Previous 10 blocks ↓
Total Size: 769.54 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,648.19 GB sent, 95.62 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.