Memory Pool Memory Pool Refreshing

5,474 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (611,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
295,788 295,788 00000000000000006cf2519098dfee1a8b6f68a4f7a86879aabd13d0450bb4ec 0.09 MB 169 31
295,787 295,787 0000000000000000b1df7ff9f948437da6cb8ced5831ea7b2a9b973f787d49ae 0.09 MB 145 17
295,786 295,786 000000000000000025f63dec5674647404a77841ef8fc5b58cac628ab013cba5 0.55 MB 864 43
295,785 295,785 0000000000000000a03a259c1f267b36378e7482ce0005926d7dcf34faa25866 0.09 MB 64 36
295,784 295,784 0000000000000000b0ad39eb64cd4d8185ece72582376001f8e568d86ab4c1b8 0.22 MB 254 19
295,783 295,783 00000000000000000ff92b43d264d1133dd0b9fe4ace4a04777a0330b3a76302 0.35 MB 917 51
295,782 295,782 0000000000000000194920658cf9d13b5421dcf380a06a5a122a9bb4fe364063 0.18 MB 241 22
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,632.87 GB sent, 93.74 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.