Memory Pool Memory Pool Refreshing

1,693 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,671 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (615,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,326 292,326 00000000000000006d89eff8f7cda098557e68a2f62601dae169b4ac9d5f0b43 0.14 MB 307 33
292,325 292,325 00000000000000006caa894c02a7254475acaefd5adf50d97de97f85470620db 0.25 MB 503 35
292,324 292,324 000000000000000014e740b042d19867ae4456ab1f4d3c121209af68fe27c4e5 0.35 MB 410 17
292,323 292,323 00000000000000005f9abe55df11ca64b764090bc135bc6d72f3b652e12bb624 0.18 MB 512 46
292,322 292,322 0000000000000000a4de670b76a6672dc5e2484b2b266302ec01b28005191a18 0.11 MB 256 56
292,321 292,321 0000000000000000bf6a361bced4ee6f694a16cc8b4d7889e25dc9f2357c6fee 0.12 MB 185 23
292,320 292,320 000000000000000063306b17182f398a454d72736b38a30d0a7d49aaf898383f 0.07 MB 128 26
292,319 292,319 00000000000000006b6834bae83e895a78c5026a8c8141388040d90506cf3148 0.10 MB 162 29
292,318 292,318 000000000000000088280c746e00c72067ff0656150f9e90f853a71f46f806b6 0.19 MB 168 14
292,317 292,317 0000000000000000634417e46a5033704e6c8640579d2fcc44a5b046c8a83dda 0.28 MB 512 30
292,316 292,316 00000000000000006e96c226cb5148cebd13b33be714633a2cc10428293c981f 0.90 MB 802 18
292,315 292,315 00000000000000000de0b1465053f006c5accdd72abc1043e5cf55bc602f1416 0.25 MB 326 23
292,314 292,314 00000000000000009e4ef3fa9a4966a4b82c10f7a3a64e79a3810d52a28a75fa 0.35 MB 860 40
292,313 292,313 000000000000000003d7c7cb1d9f71d59fe57718c03f916bf10a29b70e062f9b 0.11 MB 256 48
292,312 292,312 0000000000000000bdb79fb6a07449f06a87c9a8d8364484cd0c934c8de2c671 0.50 MB 727 30
292,311 292,311 00000000000000009c15395cc5b581a4ab207a226f584e7a0108aa2ffd95ee98 0.20 MB 512 33
292,310 292,310 0000000000000000c955501d729a190ef9ef482851bb76a71d13423b7cb53f17 0.31 MB 1,024 75
292,309 292,309 0000000000000000824c204f1cf8c78c92b5b706eb6edcb275f189b4a724b518 0.15 MB 226 24
292,308 292,308 0000000000000000a9a629e0dd62abf50e3424f35f2993e222dca67c27cd3960 0.51 MB 397 18
292,307 292,307 00000000000000005e66cd2f5fba01d791c4156745626077978f82bb9083b30b 0.35 MB 625 33
292,306 292,306 00000000000000008ab78d12d1a2b6751fe87bf0113b0164be4fd5cf177e1f8a 0.35 MB 546 32
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.