Memory Pool Memory Pool Refreshing

5,520 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (647,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,914 259,914 00000000000000210d10a12ebd0172a1e7c86fe67025bf46314f83278fb4e6c8 0.32 MB 780 109
259,913 259,913 000000000000001b37515de4324c9cd2130c16e4bc22d985a3464d46ce2e27df 0.05 MB 100 54
259,912 259,912 000000000000001e0dc55b928d6b7590d236c39c7a01e8ee1c7c30da45e89a7c 0.08 MB 195 131
259,911 259,911 0000000000000007cfc41a85a9d78cb4476d8a466978d6f8d3acc53765edf51b 0.18 MB 403 102
259,910 259,910 0000000000000020c327ac3b9ce4edc7142bd0de1a2207a2717c3fb38e5c34b2 0.16 MB 432 103
259,909 259,909 0000000000000003beb4c2ee5d057a2dad84e8b541e392e0d521f002b245838b 0.18 MB 388 114
259,908 259,908 00000000000000152acd8f34776b0d54a3c68755f726d1545af8f4463c5c79c4 0.20 MB 384 88
259,907 259,907 000000000000001476c43c097bd14464e17bd62cfd12b7ba0b08a397ae3a4114 0.03 MB 61 30
259,906 259,906 000000000000000c09b7ed4ccff6bc5cd918366a0b29b990ed7db454fb385cf1 0.41 MB 987 123
259,905 259,905 0000000000000007d6fd678f9337404973e9f4af1540f82d89af8fd26f59d1c8 0.03 MB 68 103
259,904 259,904 0000000000000022f9fa4339d7513a0d15344c95539a75d98cbde74e3c033926 0.11 MB 281 131
259,903 259,903 00000000000000073a697963a99bfe69f2b8db431a26c80dc3c007a77029c845 0.01 MB 38 97
259,902 259,902 000000000000000488ee91632e7e4eddac3243d771e74e1197da9d7bf8ab1f25 0.17 MB 383 123
259,901 259,901 000000000000000a228dbdb3ed7ed17aac19f1475e62dd014f77d441d683d1dc 0.02 MB 58 62
259,900 259,900 0000000000000003d65bd7d7bd495097242f26c8b51cc1eae0b7d74bc8722b78 0.23 MB 596 140
259,899 259,899 0000000000000011a47eeab517cc4f90232022f3d12c518598a41b240aa63502 0.01 MB 40 151
259,898 259,898 0000000000000008f4fb52e38411919f59d99708516134716072f6eeca491961 0.15 MB 369 106
259,897 259,897 000000000000000a55cc0df99004406b98f2caebfd971fa1930af8407a6bf45c 0.33 MB 404 84
259,896 259,896 000000000000000304dd557cdec2b002f7cfdfcbbca9df68c3d907edfc2bd2f7 0.23 MB 575 124
259,895 259,895 000000000000001d7c599bc257b28f64afc22dc6c5b21d7961dbe9b695de316e 0.18 MB 437 106
259,894 259,894 000000000000000254d3081bd2afce77aaae0334c60c5c5ed765d6f4ec206c30 0.11 MB 279 138
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.82 GB sent, 93.04 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.