Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/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 ago 1.00 vMB 3,381 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (777,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,748 129,748 00000000000015e0d0dc38a9926dd7c7474ad53a4d6c5cd832da24f1080b277e 0.01 MB 18 1,302
129,747 129,747 0000000000001a76e022c0026a3a2de8f051e88917e55aeb7707a43f0e9ed146 0.00 MB 6 0
129,746 129,746 00000000000000b3c260c0d45e2432e4f887f377e7fc569926ac6bfa65c0d018 0.01 MB 15 535
129,745 129,745 00000000000017556de7efafffcc739789edcd63650be3509a25fa79c504e40a 0.04 MB 136 25
129,744 129,744 00000000000005feb1ba372cc966911944ab38c1d1614995b4ba555c8fb09ef2 0.01 MB 24 1,359
129,743 129,743 00000000000014f51d779b81b9a6ed220ae2101fcd6aa18282149fc3aca83851 0.01 MB 28 540
129,742 129,742 0000000000001062417612b8d156a9617527663bea4c34ce1bb9604ce6426a10 0.03 MB 50 973
129,741 129,741 0000000000001344b8e2969acd5413509c58aa59f002987c8e5eadfeb8027fa2 0.01 MB 46 229
129,740 129,740 0000000000001b40f024b83d8931e694715ba26200b2f3847ea517fd0f7f7e20 0.01 MB 38 1,251
129,739 129,739 00000000000005f1ebee92bafd5294936c607cc1fc9b6e8446fec057b76a1d43 0.04 MB 102 2,567
129,738 129,738 00000000000013e3a279649d83065f083a5d29e84ba0ed079b958169b556b101 0.01 MB 32 1,144
129,737 129,737 00000000000007166cb3f6f4c980665392ffd2a8b37031576f95c55d1157e3b8 0.01 MB 11 346
129,736 129,736 000000000000188b089238f72d7f0eacd634995372616b7bd9c5080d0e2c63c1 0.01 MB 37 577
129,735 129,735 0000000000001646b930499d71e0cb6cfb13512fef6c419dbdc236b2bee2d29e 0.02 MB 32 607
129,734 129,734 000000000000055e85292e4f65f0c072fc8a7e85e65a0a57dbb2495a8ac21856 0.02 MB 28 978
129,733 129,733 000000000000082af135bc9c4a0a60b96dd77f7b6c2931d9214450c31a692744 0.02 MB 49 604
129,732 129,732 0000000000000ead1662a3928c9b7981431ab3d380af3bf3677fd353a3cfc06f 0.01 MB 16 1,276
129,731 129,731 00000000000004b4c19c613db02dbcb4419b0a4ca94b0365dde5870e720da787 0.01 MB 13 622
129,730 129,730 00000000000006aa51d5bc1a23c60bbcc789aea935f627ef159ff517e79229b5 0.03 MB 92 223
129,729 129,729 0000000000001c98d95431b089ca1cf53132789525360eac806d0d001fe0c708 0.01 MB 4 944
129,728 129,728 000000000000197e41c609abadfca049621f276285aff25fba4b9d7f2dfb46fc 0.01 MB 21 835
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,623.70 GB sent, 92.98 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.