Memory Pool Memory Pool Refreshing

3,806 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (762,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,858 145,858 00000000000008887e09cb0c64b7246d881e8b37ca47de627ea1109084252f36 0.00 MB 15 51
145,857 145,857 00000000000004d5b8fbb92764a3a91f7c4d0f48fc503ed2d51b8601ed122ee0 0.02 MB 38 106
145,856 145,856 000000000000077c955d2b9c127e9c87ae0f3d8cb67d79c13fdc34451245cb9e 0.02 MB 38 167
145,855 145,855 00000000000004e774c7c755daa6dbc55c863cebce33c2c6ec72b215fdb611f2 0.00 MB 7 71
145,854 145,854 00000000000007dc098959271e036f58c8046158f82a034a26b985931ed22b81 0.00 MB 4 0
145,853 145,853 000000000000032794ba3930b11f99b51454f0334040cea077b192c1dd59f4f0 0.00 MB 4 64
145,852 145,852 00000000000004928fbafc40e138f193d98c831d16a9ebba85b2a94b3cdbfd0c 0.01 MB 40 71
145,851 145,851 000000000000031a61c2a9c1a4d212738308963324782745d11f8beafa57ee32 0.01 MB 25 94
145,850 145,850 00000000000006d04d7a7347424564d0c5198fbc3356b8a4e08515f0aeb89b9c 0.02 MB 77 75
145,849 145,849 00000000000004c6cecac5bed53b88dc17777ee5d7bd7e6baa7efd8903a8c80a 0.00 MB 6 60
145,848 145,848 000000000000094afad5eaeb8179311e8cc96df8402ff7931f7b7d9ed3f6e880 0.04 MB 60 159
145,847 145,847 00000000000000585f9416240ae50a79fda883ccd08b8792eddbbb2996801361 0.00 MB 2 193
145,846 145,846 000000000000060592f6a4233c077d09edf820dd0994e6fb4f7c83ec449ba64d 0.00 MB 3 193
145,845 145,845 000000000000055fe721ff40f48fb0358bcf01eb29a77a96f0f16eed7a63df15 0.00 MB 4 193
145,844 145,844 00000000000004fc901314822217983a4315c54d2f60ba3bbd0145c66bba38f5 0.02 MB 94 0
145,843 145,843 0000000000000302ceee291e9c8f1990a8ac94ee653ff44de91909d56ab54fab 0.02 MB 68 110
145,842 145,842 00000000000007a0e333feb380d617c57f170dd5b0982bd0fb210d0f4c41b940 0.01 MB 24 41
145,841 145,841 00000000000008a1ef68bcd97eb4419b006a28b8d5193c08517cb44b16517c04 0.01 MB 17 187
145,840 145,840 00000000000003b66377f7ea93c3dc844037f680af20d44406aafe1885b5fb97 0.02 MB 35 121
145,839 145,839 000000000000068233a66f0aa1edfa4cd75c9b9a5abec705d825f06df75eca22 0.01 MB 30 141
145,838 145,838 00000000000005a7eacd595515955d9155daef925f11032cbbc8670b68a785d2 0.01 MB 25 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.36 GB sent, 95.76 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.