Memory Pool Memory Pool Refreshing

5,312 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,998 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (26,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,039 881,039 0000000000000000000211749ef351402c6bd77a0f74033d7f18c47b710524e6 1.59 MB 3,302 3
881,038 881,038 000000000000000000021bdf8345572bcd921a607cb4266e859eb084212f0784 1.61 MB 3,808 7
881,037 881,037 00000000000000000000d30479165cd1109f4d38a6a81d81343fe3826b843a6d 1.67 MB 3,029 5
881,036 881,036 00000000000000000000e9c272c5d267cec7ef5d4f7e9dbbe12579e8a8b4fc4e 1.57 MB 3,056 2
881,035 881,035 00000000000000000001db3ea035197c0fca6b9def6ab3d9864f6ce06e883d4d 1.64 MB 2,540 2
881,034 881,034 000000000000000000023726868dc1cf2d8979ec425af2927c4f97a87ba88ce0 1.81 MB 3,820 2
881,033 881,033 0000000000000000000188ce3e5e16cfa6a11d75cc69cfd981824e51207115a4 1.78 MB 4,406 3
881,032 881,032 000000000000000000015482a5566829c96ff991146f795532c7e754e8649985 1.54 MB 3,063 5
881,031 881,031 0000000000000000000203d4e5d286a121b91825baac858b44f514b074cc7d64 1.76 MB 2,872 3
881,030 881,030 00000000000000000001c73ac0e7c878cefb97066c8a72832ae0f88c591c2a4b 1.68 MB 3,677 8
881,029 881,029 0000000000000000000055a46cb89bc480c6a6d11372d3805e99d261c349b509 1.65 MB 3,403 7
881,028 881,028 00000000000000000001da7042b9329d532b3cfe882ac9e11c565b53fce5d26e 1.55 MB 3,355 8
881,027 881,027 000000000000000000029a0a8a0865de2423df267a08b17452d61610afeb182b 2.82 MB 1,251 2
881,026 881,026 0000000000000000000075972431e88cc6f8fe3dc7a8c2260aa4ac963835df50 1.54 MB 2,713 2
881,025 881,025 0000000000000000000090e81b6e54857942f0634842f54a86be96bbbc33240d 1.59 MB 2,991 5
881,024 881,024 00000000000000000001dc7a3d03d63f462e6a2a984d3d32fb0c860c547d30d5 1.64 MB 3,110 3
881,023 881,023 000000000000000000017881ac6b9ee9f359aa70b149ebfde9b60e5790aa7294 1.56 MB 2,663 3
881,022 881,022 000000000000000000014ce7316c2baf0e780405ef2074b11105b72ba6815ab4 1.70 MB 3,252 5
881,021 881,021 000000000000000000011ea69d037882a408328bbbfafcd803a74a4314e6cb05 3.26 MB 283 1
881,020 881,020 000000000000000000000d4b011b5bef12c32b768d0ca9e4686a9c20e56b884d 3.01 MB 1,431 2
881,019 881,019 00000000000000000000601c4fe1dbbaa1e183f963927f56956db08908c00cc6 2.92 MB 1,273 1
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.