Memory Pool Memory Pool Refreshing

7,303 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,943 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (636,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,217 271,217 000000000000000376b096ebde1bda864342ed6ecac7fb76173561d24321321f 0.25 MB 627 73
271,216 271,216 0000000000000003dce445fa9254c85755c13e95f7fab33c88d4f6de18aeb1a8 0.06 MB 135 41
271,215 271,215 0000000000000003183d24cf1b393fc4bd059184ca7ff0defa591ab58dcdde37 0.19 MB 383 45
271,214 271,214 0000000000000005aaf356f1152a1e8770eff2fb485082e8c88c6604a39b6455 0.14 MB 212 49
271,213 271,213 0000000000000005666b1f6213da05fc2282bd0139ddaeb3f5c11f9f7ad3ffc1 0.45 MB 536 30
271,212 271,212 000000000000000443b42dce8fcfb61063c04fd3636ead972b7153a20c63fa9e 0.25 MB 664 66
271,211 271,211 0000000000000003f2eb5a10fabd40b162135eec1467da5fd59666e07585f276 0.25 MB 676 81
271,210 271,210 0000000000000006eb3b7ad8c85f7755213247e67af3107393feccef8597c339 0.05 MB 102 41
271,209 271,209 0000000000000002415d0682fff1f8dfb77fe277edb6f08299b07f0a3eeafb41 0.06 MB 110 34
271,208 271,208 000000000000000075fb720d26d0c17e7e202d952810c20a3a69ad51bad945b6 0.08 MB 95 27
271,207 271,207 00000000000000016f2d7d0e2c0c958b8fdec62ed1c35abd1e1c6309fc0d51ad 0.06 MB 125 38
271,206 271,206 00000000000000026a6f0ed3f71be89348239f0bfd0462b68324928331812ee3 0.18 MB 419 55
271,205 271,205 0000000000000002d8d080760b8dd9abaef41a981f1ef59b642332a58b22255a 0.12 MB 197 32
271,204 271,204 00000000000000038c036a9eec2ec71164d4b83eaef046c2a5e23282b517894a 0.27 MB 479 62
271,203 271,203 0000000000000002743c65cbeaa1f1ac247e57ad72c47bca25a7873d96aaed21 0.24 MB 603 66
271,202 271,202 00000000000000042a6193a1e800922d2dac4006bfcb0622984bcabd3193502c 0.17 MB 317 54
271,201 271,201 0000000000000002f0f6da934e421aca87110dc2b06a291ac4288b351cdcdde7 0.35 MB 496 24
271,200 271,200 00000000000000016b9cc118ea7d86919f809e55294861ee09471ae4dd7a51f2 0.25 MB 538 71
271,199 271,199 0000000000000003c840e36e6fea10ea199a329e8ceeecc6234cdf0c4fde0669 0.15 MB 359 63
271,198 271,198 00000000000000048ba99d543052bb28d76f90f9e327299402e932173cb4b004 0.15 MB 318 44
271,197 271,197 00000000000000053a9ba818a673c89cee3a90c779d368d234f45ceae04a8605 0.16 MB 348 59
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.