Memory Pool Memory Pool Refreshing

7,256 transactions
3.57 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,008 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (487,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
420,385 420,385 00000000000000000412028eccb9a54806337af3993418d7f42b143e09869bf3 0.38 MB 822 43
420,384 420,384 0000000000000000034db9cef41a5ef74b7865190aacb6d6915cd22ac48f94a3 0.55 MB 795 28
420,383 420,383 0000000000000000007777301c6ba62f63878cc38e7d3e3b068125e2ecaabd1d 1.00 MB 1,605 56
420,382 420,382 000000000000000001916feeaa9478524b1a6e512b150219d4b017060adac83e 0.99 MB 895 16
420,381 420,381 0000000000000000003e5841c3881df7dd650f70c3f825be8a0bb0d4292b1944 0.06 MB 133 46
420,380 420,380 000000000000000002b295f6bf04b73b02425f38e1088ebdaddc2c8c9774aea7 0.28 MB 557 42
420,379 420,379 000000000000000003ad39c02f021855fbeb5246d3b1d355fefe1a8b947fc6f6 0.21 MB 383 36
420,378 420,378 0000000000000000025801900441f6255c4cc98f04eb0653926063a1f063f561 0.12 MB 165 31
420,377 420,377 000000000000000000e9b6eff28e754a4e1d02907b1f01a4bd21ff66568b0c12 0.33 MB 427 20
420,376 420,376 000000000000000003e6bba96902972d84d9637763162d5f06abda111a079559 0.65 MB 1,591 49
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,633.25 GB sent, 93.77 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.