Memory Pool Memory Pool Refreshing

13,766 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,593 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (763,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,643 144,643 00000000000002182d15f0cdcbfa39b0113b87c9743aa6f01b6386f5a6ddb136 0.04 MB 65 86
144,642 144,642 00000000000008504c496507fd88a8bf58a53bdc4f5b732a6ef843217db20d36 0.05 MB 37 158
144,641 144,641 00000000000003541df0fb5b8bf8f5e8b641a47f368b85f4224184dfe13e0da6 0.05 MB 60 132
144,640 144,640 00000000000004499a47b6fdba6bc983c945c327cfb5844908798643b233dd32 0.00 MB 7 419
144,639 144,639 00000000000004aa74b8d65db233b70a325749c1f530efd7ce4bf6f5af66d324 0.08 MB 132 149
144,638 144,638 00000000000006f85818a87d7cd34cee6cb3e3b153793b4e26c9e68c5aadabc7 0.06 MB 38 335
144,637 144,637 00000000000006daca5d65a4dc73b8811fd8bd3399ef2d63696af28399ae4ce8 0.01 MB 18 37
144,636 144,636 00000000000004566a64de3969e2b6022e9317c804cd93b9a32b1f56ca7d4761 0.05 MB 172 27
144,635 144,635 00000000000001ad3d4a786204abf58de789f8cfbb51cd5b229f1eaf661aa73f 0.00 MB 1 0
144,634 144,634 000000000000062aaf7d34bd1fff92867d77d87f9957b3921beb0da78b835b98 0.05 MB 112 1
144,633 144,633 0000000000000333c5163ac67a3d66b65287eaaf1bff6a676785dc2cd38d6996 0.06 MB 99 220
144,632 144,632 000000000000074147bc52753ff16bf960a657b6e641dea83e95404049673413 0.02 MB 24 111
144,631 144,631 000000000000028d5d134af20f8219f8c1fd25e324bdc63044b77cc0c0008046 0.05 MB 96 97
144,630 144,630 00000000000007c085eafbcced513e74440d9f887fee4d21828ebbbfcf1f4a89 0.06 MB 49 495
144,629 144,629 0000000000000521593a8b6053901a2f11022cf2d90790f832b131bd8a4ca4e6 0.05 MB 28 353
144,628 144,628 000000000000088385300fb72d79e6b06f9cd55238421c0e1db93790a6425643 0.01 MB 17 49
144,627 144,627 00000000000003872ee74052ce67fcea636114f748250c9aebb980d3a32a6c76 0.05 MB 100 56
144,626 144,626 000000000000004b8734ccf7d142790652b358506e92ee833fcfdb157cbc15e8 0.01 MB 15 36
144,625 144,625 000000000000015cb1b6d46ad4cde765a7d7cfc6938dbc5982bf2c685126fadc 0.08 MB 33 59
144,624 144,624 000000000000039c0f2579b0bb8ef5eb36f84652023c22b4c5eb17e0d456c9ea 0.05 MB 43 664
144,623 144,623 00000000000002753db4890a9d549d68c88676e3c3d8bd919b48d59690fe5a38 0.01 MB 40 104
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.