Memory Pool Memory Pool Refreshing

10,496 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,185 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (491,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,291 416,291 0000000000000000054afa8ddfae5908d9fe2dc157fd137c03f71c87439bcb6d 1.00 MB 2,164 55
416,290 416,290 00000000000000000344cc3641d80001675c6c968949de55713fdb9be0d43f3d 0.93 MB 1,684 65
416,289 416,289 000000000000000003a6e6780876ca79c566d2e2def07afa7f9dc05497881b07 1.00 MB 2,185 87
416,288 416,288 0000000000000000037326a78e014b67809c215435945d2b0a0dec46bc5363b8 1.00 MB 2,257 76
416,287 416,287 00000000000000000081719734d9a677c7e1dcb8d9399d11c1c04925ee784d5b 0.01 MB 28 184
416,286 416,286 0000000000000000048d7badf8147cfac602e134a7e34d1f7b612a4a3c016bed 1.00 MB 2,209 53
416,285 416,285 00000000000000000135df2acbd858e9f2acf755e21223c119d35c5ad4747e06 1.00 MB 2,359 51
416,284 416,284 000000000000000003866d5a693ba9a1bff54faa57c375262d79d1471883a78b 1.00 MB 2,822 63
416,283 416,283 00000000000000000282109eb2b6c13461432325c948eeaf044eb4b40c56bf1f 1.00 MB 2,386 85
416,282 416,282 000000000000000005673b46c75a46916e1f103b065862206f4d6a4281f9816e 1.00 MB 2,643 57
416,281 416,281 000000000000000003a35ba6b0f57744dc86bba6ab58f963b478aeac2bba84f4 1.00 MB 2,540 99
416,280 416,280 000000000000000004bbe83ddef780e469a3d02486600216ff1452241a78c363 0.93 MB 2,618 57
416,279 416,279 0000000000000000038aab3e43c23afb98ec2309638f08defc44a54e98856b75 1.00 MB 2,883 59
416,278 416,278 0000000000000000034f30f6df92e6eb39a689d09bf6ff94431b538c3668b6fd 1.00 MB 2,314 67
416,277 416,277 00000000000000000292cd2b88ee8c7a2a861fcdb163b393299b9c76cbf383c3 1.00 MB 2,917 109
416,276 416,276 000000000000000004b5ad7c1035499eb1a66c05894945086c70adce96c3d787 0.93 MB 2,705 49
416,275 416,275 000000000000000002c7e38d0a7db900029e3a91f8d0d341ea0d13a2d2e8b34f 1.00 MB 2,814 59
416,274 416,274 0000000000000000006f0cc5cc87826a10c73fd370d937937436b0f616ef908e 1.00 MB 2,229 93
416,273 416,273 000000000000000000515513325da32d9df5132529368c73fed82a61f13950e2 1.00 MB 2,090 107
416,272 416,272 0000000000000000024479c1f988d3e2e5d7c26ebc45a8b3f5bc3cb993ab2f38 1.00 MB 1,815 42
416,271 416,271 000000000000000002b3d7a2ece6143096cc22d3f149bd3da699515730ca2f4d 1.00 MB 2,713 68
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.