Memory Pool Memory Pool Refreshing

9,538 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (612,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,809 295,809 0000000000000000230ce2172dcecd0f4e48c0cb8df247096caa53560ca6a152 0.35 MB 508 28
295,808 295,808 000000000000000025be9f74ceaa09e962e54edb4a186c5237ab1207b9a77021 0.35 MB 835 48
295,807 295,807 000000000000000042e3148af83b4180119fddff19cc58ddc4bf82218a798c91 0.02 MB 42 23
295,806 295,806 000000000000000026ae838fd9822a4f3ae54657c6d18a7df4c8df941dae70ac 0.05 MB 59 24
295,805 295,805 0000000000000000351ef6853b6c0f9977022b1f56153618445924e8e408aeba 0.05 MB 52 11
295,804 295,804 00000000000000004818acedfe864aaa5e30739e6a121f5c4b8cb55829839066 0.09 MB 190 33
295,803 295,803 000000000000000041fb6be24da800657a6f625af4fba4708e74ca8ea737c6c5 0.03 MB 62 27
295,802 295,802 000000000000000029d18eeb1170e006403fa871d07f07a6f0c43fd4718fe615 0.04 MB 82 68
295,801 295,801 000000000000000096c7317aa347bb8224df42d3614136ed5ebb760dcbbe1cba 0.22 MB 428 36
295,800 295,800 00000000000000003ac384d880cf8907594491d96b487c6025ac6958d0b4b7a2 0.02 MB 43 39
295,799 295,799 0000000000000000b09ed04c3b204f7806edfaa882241c51f84f7cf475a59253 0.23 MB 376 36
295,798 295,798 0000000000000000536c2cf58dd18ae1821f8b099f0dcb5630751120d9833d44 0.12 MB 162 63
295,797 295,797 00000000000000006b4add48a1dd59a33a63b7652820714c6ffced9b957b46b0 0.29 MB 424 25
295,796 295,796 000000000000000044b59dd23091a5819fc8c10908a2e522299110ba187c2f89 0.08 MB 136 27
295,795 295,795 000000000000000064d50de089527f84d6b024b6bc7dcdb83b7f830d37e6430b 0.15 MB 152 21
295,794 295,794 0000000000000000594e03ff3dad3fc9a5b294de807b7fdc635fbf4610ecc4d4 0.35 MB 470 83
295,793 295,793 00000000000000006b0f17a4ca420a62ece3af1eae5219d0d6af0e669eba25d5 0.25 MB 296 19
295,792 295,792 0000000000000000107377c49be0f19e9f6592e8edf5597da1e53a8293877571 0.35 MB 1,021 61
295,791 295,791 0000000000000000127f9fcb972eb5977126df197cdd99ae8cd88d1919ce27d4 0.26 MB 512 36
295,790 295,790 000000000000000054b47e11cd695e78c4f1d535024118af25aefdcd06c26c62 0.20 MB 512 55
295,789 295,789 00000000000000003879aa9d9f89b6d0f1a779d3ed822a6045b22a996c95c388 0.06 MB 119 13
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.