Memory Pool Memory Pool Refreshing

6,983 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (572,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,805 334,805 000000000000000000f0f6a430c9a87adceefcc02820514cd5b558f78aad6d12 0.37 MB 754 26
334,804 334,804 00000000000000001b2fbfc940fed14d33d66f4467742cba1080214e1b373a94 0.18 MB 223 20
334,803 334,803 00000000000000000b0f55425d2d62187286dadb158b531371a64d40b11cf6dc 0.37 MB 574 23
334,802 334,802 00000000000000000461ebe1af0c8c3785767a288a712872a41788dd70ea70c9 0.71 MB 861 23
334,801 334,801 00000000000000000cad6efdfe74524f110ba99628b22d7534a4ba5e84eb0dc2 0.32 MB 502 22
334,800 334,800 00000000000000000ae21f19d6c8dca6c78efabf2bc27397aaf595bf89fe7654 0.09 MB 148 21
334,799 334,799 00000000000000001798c445ff704b9c8e8b4d3e4144e119dc28eb94bdfcd00b 0.17 MB 320 26
334,798 334,798 00000000000000000e5e71aa60ddf9e094f0778c176f3e2a3f41a36bc90be8dc 0.72 MB 510 12
334,797 334,797 00000000000000001b145eb49c66c7bef935ef8938630cf342a8909c76b8e634 0.35 MB 279 17
334,796 334,796 00000000000000000a94c85590a86db4fc37ff020de0af75de6e5281490ca687 0.75 MB 1,173 20
334,795 334,795 00000000000000000550732edb03894d7c2dc16efcfcef3188622c8566305d1a 0.75 MB 2,581 38
334,794 334,794 00000000000000000272f49a3c9842260bc60508f03ce943db14b08654eb4394 0.02 MB 32 10
334,793 334,793 0000000000000000163e0a83bab7abfe96b78c899221538c38ef9f8ad50e7f6d 0.50 MB 1,215 40
334,792 334,792 00000000000000000dca74e08639b25febb24919c4395a8d1b848b9b6b3c4696 0.74 MB 1,021 29
334,791 334,791 0000000000000000184ee75c71e83f6c110b2a936b2ceefdcdb9d2571773b866 0.75 MB 917 25
334,790 334,790 00000000000000000a69a8cd635b89ad2c28662bf9917e75ad4fbae4fcb2dad9 0.10 MB 201 22
334,789 334,789 0000000000000000176b3cdd63dd037c74a37fa3930917582e02f488a39a42c4 0.17 MB 224 21
334,788 334,788 00000000000000001733dbc033c0d27ab87c40f5cc185fc7fda7c4c1e9365cdd 0.01 MB 32 33
334,787 334,787 00000000000000001035697c3bfabb14a052440a32c9820c20bc867e330d4e84 0.23 MB 421 22
334,786 334,786 00000000000000000629f11ef902b1869dc1ad42ab6f3815147e9003318a80c1 0.62 MB 708 18
334,785 334,785 000000000000000004147cbef07b1bd3a39bbce9f62d5b76f8a14b17f855d12a 0.75 MB 575 14
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.