Memory Pool Memory Pool Refreshing

8,048 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,290 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (668,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,206 239,206 0000000000000118543c9a9df3fe34b2dc7ab95a43175a4e6d33190ed7ccd528 0.21 MB 378 159
239,205 239,205 00000000000000634f5fa3afe3a51586630d20a44a55f466c47b7aa77afd5461 0.02 MB 64 135
239,204 239,204 000000000000008c19862ec905226f22fd3d80df7bf72deafd3d2d628809c4cf 0.04 MB 90 139
239,203 239,203 00000000000000ab3395562a680b1468747568bf4ee61a77aa79c4b2fedf93af 0.05 MB 81 115
239,202 239,202 00000000000000e09202b7c4cac12d21e0865a6988798d8bbb88dd26c577d7ab 0.06 MB 128 139
239,201 239,201 000000000000003b1d07a83ce9f77a34bc8bf8830eced21273c68c306d199e91 0.04 MB 74 172
239,200 239,200 0000000000000008ec48c1ed0fb7f95cf067a8dff445c9f4556f8eaf29a41d2f 0.04 MB 106 176
239,199 239,199 0000000000000068ef1b7442112a9d4c9324dd00daf643e84fd6acfa38f1e33d 0.05 MB 131 166
239,198 239,198 000000000000009c94b7204091b3cc483e97b2b2e41fab9ecc90bc3fcb5331f0 0.14 MB 252 166
239,197 239,197 00000000000001494838eeef088d2f247392c4ef2b8592e7fea4531f68bced05 0.18 MB 391 164
239,196 239,196 000000000000000eef4bd307d1ff69688d2bdf782c65077a5c36df59b56d9aa0 0.26 MB 512 64
239,195 239,195 000000000000014400eae885c5d28444caff6910d2d863728d527f530e47e563 0.05 MB 87 130
239,194 239,194 0000000000000132024d3b7863f2b150202053f902693d514825582335878ecc 0.12 MB 212 144
239,193 239,193 00000000000000a14d8b2a6ced82e9095294cd9d891e780a39f69ef050b29df1 0.00 MB 5 8
239,192 239,192 000000000000002fc2a7a89dbf2c46290c0051b39e50aa128a60a10cafc3bb35 0.05 MB 88 111
239,191 239,191 00000000000000c5740caced9c0a0faefa6ab71f57ad2cf8513be2bc456108d4 0.22 MB 461 181
239,190 239,190 000000000000006a963150feb057e34303095ee00a069e72872bf1ada410cf94 0.25 MB 466 155
239,189 239,189 000000000000001dc876eb55c4ee75bbf2ae499519c3731c77d4294f4d6430e9 0.18 MB 477 255
239,188 239,188 0000000000000071c3dc7a2a5a59c2ce7895b204a6cd692602f2ca7e88eb3f5f 0.03 MB 64 58
239,187 239,187 000000000000004006690b1bed0a5bff32be02738d13ef42e67e6bcf409e8688 0.05 MB 103 108
239,186 239,186 000000000000011b50e8b0a210270e9d9336984b5fd2bb378b2ccb6f30bf578f 0.13 MB 307 193
Previous 10 blocks ↓
Total Size: 769.13 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,631.68 GB sent, 93.56 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.