Memory Pool Memory Pool Refreshing

2,926 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,683 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,682 (853,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,091 55,091 000000000d8fced70edce7b96507f72b10f11b9665d182283ca05e2e9a04cb5d 0.00 MB 1 0
55,090 55,090 0000000011bd18976b75fe716f176602affd783e7a97debc2c09985de7007ad5 0.00 MB 1 0
55,089 55,089 000000000f35fdbf1a3036aa8e348e45efe14cbce8d459b903cf4b18682a0662 0.00 MB 1 0
55,088 55,088 0000000009531b0a5b4de7b4c246059276a2d4c41007a588ab6ea7539b606eb1 0.00 MB 1 0
55,087 55,087 00000000086c7ebe3501c0478f66e3c859a0316a357f62941bbe0710325c9da0 0.00 MB 1 0
55,086 55,086 000000000fc673950a8de75407316f23782718ceecf363313dc5954059b25337 0.00 MB 1 0
55,085 55,085 00000000002946b037522db43746df13017eda476f0e2fbdb2d93103c6f36990 0.00 MB 1 0
55,084 55,084 000000000cae4f0b852725c3230471af6c637cda78909c8b34c7915676407f64 0.00 MB 1 0
55,083 55,083 0000000004c39039ca5443ea92617e1875c07092f043f3b2bcadea13b4a1b981 0.00 MB 1 0
55,082 55,082 000000000e63394f432449a95430bf6e5e5b172ba111849187bd3078edf89cd6 0.00 MB 1 0
55,081 55,081 000000000875387281d8a30cbfc78e98649d63387b6de5c574f366692c794895 0.00 MB 1 0
55,080 55,080 000000000ef9be9eee183a59aed9ac77acb607098d5eff6d327d43ba8ecd855c 0.00 MB 1 0
55,079 55,079 00000000092c80cbb482fbd0ae30de4c1e345f357cbc978e15044cc7b327e93b 0.00 MB 1 0
55,078 55,078 0000000000ecbba3d2fef8254ca2e90cb63bf0bda575352c6b7521e6f31ac019 0.00 MB 1 0
55,077 55,077 00000000043a0de082def5fcdb6454edfc194d2f3a52f85ad555ebeeb2808763 0.00 MB 2 0
55,076 55,076 000000000cfc00730d5a893f3b715001ca6f63803fdf1cf5e10cac22bf2be085 0.00 MB 2 0
55,075 55,075 000000000da743ed438feac4db77263aed0682a921ad393e4a03b0d857150f41 0.00 MB 1 0
55,074 55,074 000000000f543e9ebbf1788a4a3cba4d3a867375364e90359f77c896c7b4925b 0.00 MB 1 0
55,073 55,073 000000000ec8cd262235cddb3785c493f53b3be63a70aef13af008d07d806c0e 0.00 MB 1 0
55,072 55,072 000000000ba8ad0277bbd69e672cd5395bcd1374a7e7395d9d81116747268e5d 0.00 MB 1 0
55,071 55,071 00000000139e70998e1dd04e59c905d9d64f6a46e850354105e9aaa5a2e695d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.