Memory Pool Memory Pool Refreshing

660 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (640,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,718 267,718 0000000000000009fec4a14db5efa98919f54711d8aca77591230e2e3425b9d4 0.19 MB 205 36
267,717 267,717 00000000000000096d7cdf495e2a4393c8a30f3a58cd5c4a2d06a63812a4a1fe 0.10 MB 308 98
267,716 267,716 0000000000000002190d0f510f47af701fc5ac1f3483279a5dbbb27814fe8e1b 0.22 MB 328 47
267,715 267,715 0000000000000000bd36abfbfaf30511e69d9747b1b4c9238739b20d7a92e760 0.23 MB 399 53
267,714 267,714 0000000000000004242c6c5fd5296287da48c7cff43b5160c32ad7d6079768b8 0.07 MB 152 72
267,713 267,713 00000000000000061b931314aff49e33d15f3eb35dcaa7dd14689015cef9526b 0.00 MB 1 0
267,712 267,712 0000000000000007acb39b8c2c9294ee6300c4335739e168ddd26432c5cb72b4 0.04 MB 100 16
267,711 267,711 000000000000000052d398229b65303de7271189bafe7e934c81d93bc580260d 0.06 MB 142 64
267,710 267,710 0000000000000005d2ba333ac9f207b49a25df9821647ffadc86dce56b85825d 0.03 MB 69 41
267,709 267,709 000000000000000646af253fce73e896178049cbe54020938bae02e1a7d1abfe 0.02 MB 53 68
267,708 267,708 00000000000000064dc3f8dda23b406dc8d3a682f42cb0aa9dd6ad15ccaf4669 0.10 MB 198 52
267,707 267,707 000000000000000573acc242851c5c251ac69dbb2bbcf63f9f3c52270672a188 0.14 MB 329 109
267,706 267,706 000000000000000266212336ff4eef43e9bd6116023b126d646fe94c4c57189d 0.00 MB 9 107
267,705 267,705 00000000000000037b328c4b526e666f91998dfad25feebfa377a7b51d37751a 0.11 MB 219 72
267,704 267,704 0000000000000009a3cd62694d126d9c20b32d47577021d24982bcbe695f740b 0.02 MB 47 33
267,703 267,703 00000000000000088af76c78e3c2ea5476fea645d91747f548835795dc33b492 0.04 MB 103 50
267,702 267,702 0000000000000004022055b2e9eb7f9b6ef8e7b2511e18df009e524710654e13 0.02 MB 52 63
267,701 267,701 000000000000000256be2a057efc9431d0e7d009fb6dd0e15d20d769e2196e44 0.06 MB 124 47
267,700 267,700 0000000000000006ce5a7d708b8343ddcf243250a002851c9b73e7db91460fe3 0.02 MB 49 62
267,699 267,699 000000000000000733d6103c169ac7174421a00fe3f5f748f1c179ace544079c 0.08 MB 170 56
267,698 267,698 0000000000000007e6a95ad65e655bbfb808c44d495edec92273de0f289e7507 0.01 MB 19 93
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.