Memory Pool Memory Pool Refreshing

5,503 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (320,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,859 586,859 00000000000000000000fff74b54d5782dcb2cd2e5ac71539ab88b0c4073ff74 1.24 MB 2,245 24
586,858 586,858 0000000000000000001a07a9d94ebf6eb3bb37f8ad8d1a48abd4509d6dbdab92 1.42 MB 2,840 58
586,857 586,857 00000000000000000009135f0cf613e65fd8bde8ca0f78c683150db8818836b2 1.15 MB 1,962 16
586,856 586,856 00000000000000000006805d97817f121cc6b16bc31cfdb5e8b7c5ba1f851d83 1.28 MB 2,587 51
586,855 586,855 00000000000000000014f6953b6bf5854998b253f07ca26f4623224b543a0e80 1.16 MB 2,861 35
586,854 586,854 0000000000000000001130f1317bbd4819e23d64c12375580d593b412558ee00 1.16 MB 3,065 34
586,853 586,853 000000000000000000078fee9c9afc5b3834724d0d5997516ddcb2c9a51b2998 1.32 MB 2,209 46
586,852 586,852 000000000000000000125aa273aeb5a7eee168f1cc95fd6086b005536d9ee3a4 1.32 MB 3,557 58
586,851 586,851 00000000000000000019911080edb0d5fd40ed8b9008c46c109c22aa3f87495a 1.53 MB 1,991 45
586,850 586,850 0000000000000000001546694f32c4a4cd1e3fa9a76525e125017dd939cf52e2 1.37 MB 3,291 64
586,849 586,849 0000000000000000000acef1a5bae82b4f8e848a484dc623ba2131e05bbc1169 1.27 MB 2,674 71
586,848 586,848 00000000000000000006d7970789215eac0214a69fdb2c93c6f938615cf209ea 1.31 MB 2,915 72
586,847 586,847 00000000000000000010ec9cd476989ba94785aa8e7544ca56a7af2d01f44cf1 1.32 MB 2,401 78
586,846 586,846 0000000000000000000057ccf95668f0bed95ce8a7f995013b8c1641b695fc5a 1.31 MB 1,705 26
586,845 586,845 0000000000000000001d2d7c8163e3c82d96e88fe6627dcf77b078887675ba7c 1.38 MB 2,033 20
586,844 586,844 0000000000000000001e1be08e5f4612c1169480d87d213ffaec61c6e5376b2a 1.18 MB 2,487 41
586,843 586,843 0000000000000000001ae7557469f97b43ddc637c98dab4b9f915c4de99785fc 1.25 MB 2,756 46
586,842 586,842 000000000000000000141f20d747a6fc8d1e6db651b7159e0d121023639e7737 1.08 MB 1,915 29
586,841 586,841 000000000000000000059f755c298b932e54a95ad5727121224fd69be85f9652 1.20 MB 2,525 45
586,840 586,840 0000000000000000000c20f9b8100004ac52aefdaff414b2e314c34681698fb8 1.36 MB 2,724 67
586,839 586,839 00000000000000000013fb8cae0f9e419d921c41d5b081d3f926cd44bf157bc4 1.16 MB 2,078 43
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.04 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.