Memory Pool Memory Pool Refreshing

6,399 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,994 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (487,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
420,406 420,406 0000000000000000044827d1e93a223ba554d8d1305b62b0d8241eaa61de2e43 0.86 MB 963 23
420,405 420,405 000000000000000003bdd95c7e4e8ddd2259920b2a04dd17a7e3e49a4380fafc 0.21 MB 562 48
420,404 420,404 000000000000000004f4cd67cd6eb323d43edef306d5261ed7ccc72f6cfa5251 1.00 MB 2,078 39
420,403 420,403 000000000000000004680ff6fd53137e7eb6dd107bcd571af55870a705d4b7f3 0.75 MB 1,919 53
420,402 420,402 00000000000000000306253e808c03fdd70698d16be9245b11ea46f30dfa257d 0.24 MB 443 41
420,401 420,401 0000000000000000035cca49469652bbc11a6f8acdf9beb1fd3d6a83d9569482 0.37 MB 791 43
420,400 420,400 00000000000000000358d463cadbef09967de2a379eb36a9988c31b664b6a4ac 0.06 MB 138 41
420,399 420,399 000000000000000002328ac5a2464b0c8ce1e63f638338e036b361de7f809a3c 0.90 MB 1,521 32
420,398 420,398 0000000000000000025e7e56577983aa1c75d20eff20756a1065037f7128a877 0.78 MB 1,241 34
420,397 420,397 0000000000000000039a63e87a77a25361d29e4c14fe47ccf75e7d2d89e4b9bf 1.00 MB 2,406 36
420,396 420,396 0000000000000000002b2d677684cdd44ad76af5fc6b8516a727389e11d55feb 1.00 MB 3,183 95
420,395 420,395 0000000000000000022180773d8ac0cd7300ea7175f77668032001c8c0c2f408 0.17 MB 273 28
420,394 420,394 0000000000000000027550aa4f765ac8116c73beb3bd7bea0f7a47dcf4429243 1.00 MB 2,285 52
420,393 420,393 00000000000000000465084f8368ccaeaeae6801a6147f71a68a0fad80d492d2 0.21 MB 471 41
420,392 420,392 0000000000000000050e4ed33c22c663ed6281a7906aaf289d0a4f2612fa1225 0.12 MB 305 43
420,391 420,391 000000000000000004bcf01d2fc60c750807cd19911eeb1bc2bcbf280e15e40e 0.19 MB 413 39
420,390 420,390 00000000000000000105774d7720ce330a6c7cb4b9050ab8b4d807cc3db39197 0.50 MB 1,166 51
420,389 420,389 000000000000000002736722d9fd32ea93ef47e032daf4a3a9c19a5097136638 0.52 MB 1,199 44
420,388 420,388 00000000000000000409b28233f23865897708f9213467aa915f4b503495b655 0.25 MB 470 75
420,387 420,387 0000000000000000000eb3fe1fcfd010bf22c6423530e8daf32bcffdbf299f97 0.32 MB 734 45
420,386 420,386 00000000000000000525cb0d1b9f1fbf58a835a2ce4b2095bde3e6bfbc7ae3d7 0.17 MB 403 52
Previous 10 blocks ↓
Total Size: 769.17 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,632.88 GB sent, 93.74 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.