Memory Pool Memory Pool Refreshing

9,912 transactions
4.60 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (422,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,536 485,536 0000000000000000001e35bc8f4d965e49707198f5c0d749c689c8f23be29dc4 1.00 MB 2,207 261
485,535 485,535 000000000000000000d0606560b4daa00c247dd48bc1392f80a4636c90df9270 1.01 MB 2,043 149
485,534 485,534 0000000000000000003bfc0ef09efb97d7c18c6a2a4d06aa309f2a090978ea0b 0.41 MB 616 18
485,533 485,533 0000000000000000007bfc78ad8b6b9c2c72d3943290a1e999970b505de599bd 1.00 MB 1,558 24
485,532 485,532 000000000000000000e279a3048c04a96f56348406674792b86b2c4e8f34cb08 1.00 MB 1,900 110
485,531 485,531 000000000000000000c938d625c41a97790f08102368b4264597d482bb066188 1.02 MB 1,877 96
485,530 485,530 0000000000000000002bbc891efacb5d420852deef596500fa3c86c3df9c8ff4 1.00 MB 2,137 168
485,529 485,529 0000000000000000006eed46d79aeb1949868bf1b35b23087bc0ab4b0eba48f4 0.46 MB 989 86
485,528 485,528 000000000000000000bda8a3e6d49e6eb2f274ae87b7bd92e29c73e857cfc5d7 0.08 MB 91 90
485,527 485,527 00000000000000000055243171e7ae55eb993d4ecea98952e97228c00a7263de 0.51 MB 1,017 105
485,526 485,526 00000000000000000036f3c6c49da015a97f3135319a238b5c7eca6a6535b430 0.17 MB 337 129
485,525 485,525 00000000000000000050b372b96e0f5521a64b1eb74c30774b4116b35229c987 0.26 MB 471 102
485,524 485,524 000000000000000000df98cf4951d5b1557a615dbdb76136b6482c853186309e 0.91 MB 1,837 99
485,523 485,523 000000000000000000a76c562843c5071adcab42cfdc95b96ee18aa50f703ea8 0.90 MB 1,774 110
485,522 485,522 00000000000000000049d6a297b61b86c8aae274841c8f6cf77cce74303d8982 0.72 MB 1,145 66
485,521 485,521 000000000000000000a3a05ac7c089630f3ef787ee328ca4bf47afe4e6507ee1 0.55 MB 1,018 121
485,520 485,520 0000000000000000008860ee278f8c8dba2431de6738b861ab9a62fa6e281f48 0.33 MB 581 91
485,519 485,519 0000000000000000010121fe64ef7e23e3961824369cd320dac35f57eef06775 1.02 MB 1,669 115
485,518 485,518 000000000000000000bb78ca2d97d8c0b7fcc371d26e60a1d75246ae6b743541 0.06 MB 51 34
485,517 485,517 000000000000000000fd832902b74e89c53004e3b6e7d5c281de922d22f766c6 0.31 MB 584 95
485,516 485,516 000000000000000000073090b27c16f350ef560e7488d7b02bcf8eb2405aac2e 0.06 MB 90 116
Previous 10 blocks ↓
Total Size: 769.03 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,625.34 GB sent, 93.03 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.