Memory Pool Memory Pool Refreshing

4,732 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (176,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,801 731,801 0000000000000000000489a3d6e16c82bba7d05e5560de4f5bca2f6bf1c9ecf8 1.62 MB 2,987 14
731,800 731,800 000000000000000000012f60aaa6a87bbd5deb12d5d36794ea4d52446249724a 1.50 MB 3,017 9
731,799 731,799 000000000000000000067adb27e8ead5ed23864619bcd0f746f7799c1f99325f 0.05 MB 123 18
731,798 731,798 00000000000000000009c8ed1d08cc9a31ff9b4e3781c616ac8804cc52a67d15 0.03 MB 74 7
731,797 731,797 000000000000000000002722473cc41e5aba575736f1245844e9bd4412e9ae7e 0.93 MB 1,427 8
731,796 731,796 00000000000000000006bac1ac8f0744706504805ecc0973e540923c42325d31 0.10 MB 184 9
731,795 731,795 000000000000000000009019d1725da35ebcc470fb426fff6a387c3b2082e22c 1.57 MB 605 1
731,794 731,794 00000000000000000009194117b2e2ab9af7261dc5adbce883b3497b2a28d9ab 1.50 MB 2,826 7
731,793 731,793 0000000000000000000115aa91b5391fa0912dbbce73c8388dc86e24197ef6eb 1.63 MB 2,243 13
731,792 731,792 000000000000000000034f984c48f3b5b1fe1f97308c16338a97eece1be9e11d 0.01 MB 22 8
731,791 731,791 000000000000000000032ced666fe7a2e5f70b0fc1f2a268f8182d5fc86d01af 0.51 MB 657 8
731,790 731,790 000000000000000000049685aade35d773d3e6c059ec955c9fad72baad9df488 0.92 MB 655 3
731,789 731,789 00000000000000000008744c246bf362e66315807c371adbb7e0cd4d448a2c2a 1.49 MB 1,859 3
731,788 731,788 000000000000000000090d4ab218ecbb4bc3f577c7910b5a6d908aed3ee793c8 1.29 MB 1,415 7
731,787 731,787 00000000000000000005ea9c8f78e45731246b0fd2f4042b6a3a4d21cd38304f 1.30 MB 2,200 8
731,786 731,786 000000000000000000014811ff95ff33e3d33d8d55efcf03ad40f1adf3ac6b92 1.55 MB 2,614 16
731,785 731,785 0000000000000000000709e0e1ebf4e4efbf91020953e2d732454139d985788b 1.07 MB 1,828 8
731,784 731,784 000000000000000000013c6b89dd693aacc8c851bb176cb2dd34d02838a0341d 1.10 MB 1,912 8
731,783 731,783 000000000000000000014d3d45be4787fe9002b848d88c86452a777a9aa7dff4 0.63 MB 923 7
731,782 731,782 00000000000000000000253e04fb4fbb38ba951141a7fabc096545c0faf28065 0.05 MB 41 5
731,781 731,781 00000000000000000007ba0eedb4fd6d845fc9d02c412e6f561b604a6091d899 0.78 MB 947 9
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.