Memory Pool Memory Pool Refreshing

2,796 transactions
5.90 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,354 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,582 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (811,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,196 97,196 000000000000a52b920c4e4051bb50f869c3e66b03b4b71e7cdc54854053d08c 0.00 MB 2 0
97,195 97,195 0000000000046eab9ebf53f4ac716e54f804869bec8aacdd95b400279f282eda 0.00 MB 1 0
97,194 97,194 000000000003ec2daaa9c44ecbf94c8259e259b6dc553c0e85f8eab23fff2037 0.00 MB 9 473
97,193 97,193 00000000000440dfe1b5bb55e28f6d080af226454c172702a2fd9b2747148833 0.00 MB 1 0
97,192 97,192 000000000001be1630e609ab83f24d62b068571de8b592baaafe2a7a01cba907 0.00 MB 3 0
97,191 97,191 000000000003d3bbe5d799b1d0041e97c95c49fda833c108b14f69236bf27afe 0.00 MB 1 0
97,190 97,190 0000000000039a209e766183078aa40e56fb5d8aa9c4390b66f1026e04394e11 0.00 MB 1 0
97,189 97,189 00000000000298fc34102116e486b0435ce81d75bea65a9e4fa9d4a942badb6e 0.00 MB 1 0
97,188 97,188 0000000000016da0b0bbee45bebd93ef7a78d529a5c25788b5c1b1ef03470a92 0.00 MB 2 2,217
97,187 97,187 0000000000027b0349955906b0a9c85649d96eeee1003c5dd00d10b5ead82c6f 0.00 MB 2 0
97,186 97,186 0000000000026ac64eb55914682db3c3a7cd527e84bab511989190c0cbd0ce60 0.00 MB 10 0
97,185 97,185 000000000002a0c230b1e91ba749485dbc2916acfe7c1fe1efbbebb558d13c78 0.00 MB 1 0
97,184 97,184 000000000000b284d1f7541d29e7576c87859c1cd9b484b98c1175db5305eaaa 0.00 MB 1 0
97,183 97,183 0000000000005c444f76fdba44103800ff60f954b9fc2d808d1bd21a2d1d0ca0 0.00 MB 2 0
97,182 97,182 0000000000037fcbffd904737534e7047e9515ea972b6c6134179c49610cf3af 0.00 MB 1 0
97,181 97,181 000000000004959a59e912194f8b3b63fbe2ab2b78a784f952624096a4581c51 0.00 MB 1 0
97,180 97,180 00000000000322cbee6978c77cda7e5f8fb8677e1c9d39755c69c747718cca38 0.00 MB 1 0
97,179 97,179 00000000000457aada0e6a075c9534af6e882c1fbf2f46cac42f3c24a3fb4f75 0.00 MB 1 0
97,178 97,178 00000000000147566767f21f5e1f43e7863d0c41d307ea6062e7e0ee4184251c 0.00 MB 1 0
97,177 97,177 000000000000f9c94d84381e3d809e426870cc78bf3daa5ffba834eed6c01753 0.00 MB 3 0
97,176 97,176 000000000001fd9632aed8df964e418d7584ca7281c2457d56b456e507c8b50d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.33 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,702.02 GB sent, 98.86 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.