Memory Pool Memory Pool Refreshing

8,003 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,171 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (798,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,097 109,097 00000000000006c308902c5c3b68ea9e33f879769088e5b7f141871941a6b50d 0.00 MB 9 0
109,096 109,096 0000000000001a921e3ecbe40648c01830aa1a75d68086db812636218aeeab9d 0.00 MB 10 0
109,095 109,095 0000000000011e726af0d39b871da70c77b61acf323768056a15695626dafb91 0.02 MB 6 1,029
109,094 109,094 0000000000007a6a81b3a83201a072c5090edc5c9e7f2946a09efee491810e2d 0.01 MB 9 0
109,093 109,093 0000000000012e2371c0453bc3086bbb1e587317287b5781f9d90e0b6137e9b9 0.00 MB 7 0
109,092 109,092 00000000000066873bc5bef7ede0ae1e5af109677723662330b7c98ca455d345 0.00 MB 5 0
109,091 109,091 0000000000001dec00fe20fda2b74285db2119b192cf97f0231fc871054b0425 0.00 MB 7 0
109,090 109,090 0000000000009cdc362f7847d5517ac64925ac1292ef2e377bcc29fb6c962cf2 0.00 MB 12 0
109,089 109,089 0000000000009a9319a791d089dde7ff9534376ca35b4dad3d21b4e39e2894b9 0.00 MB 3 0
109,088 109,088 0000000000017d8d904e3c7be7ecd8c47a45ef4464207c5bb2e9333d3dc3b2b8 0.00 MB 4 0
109,087 109,087 0000000000018f1e391f6acfb11697d3fcc082d5d0092a02a0fb3859391e760a 0.00 MB 3 0
109,086 109,086 000000000001b9985bd3beabec2b07ad83b803e3e5f623f42ecf12c4d43209cc 0.00 MB 1 0
109,085 109,085 0000000000007156c091ffb42b396a8bdc7126062b8c6a0c6a116ec6565920f1 0.00 MB 2 0
109,084 109,084 00000000000133f5d8b7c24e85b5cf1f74c6c329bf51c150dd61166f1ab7664d 0.00 MB 6 0
109,083 109,083 00000000000185a53bbc57d3046ccaeb1b69730c60a07c1336fb6a6851dabbd6 0.00 MB 8 0
109,082 109,082 000000000001adaaad3bb4a5bf1b6fe9d136ae7ba1884f7210c6fbe3fd3052fd 0.00 MB 1 0
109,081 109,081 0000000000009fecb4f74df2bb10973844498a94271f5ca184df1bdc65b43517 0.00 MB 6 0
109,080 109,080 000000000000448f8ca761e58a79b16ab5ba51cbe8954731cfbff605f679f2a7 0.00 MB 11 0
109,079 109,079 0000000000004ae4be96848d3e261a0d350d91cbc5da418afe6f34266992ce42 0.00 MB 12 0
109,078 109,078 000000000000c79a32045348d310c29a0c9ace1f01af54bd2dadd060ba94cfd2 0.00 MB 12 0
109,077 109,077 00000000000030e58a799893dcf6062674a3d8069766b74bbd1bedf2a0ecc674 0.00 MB 12 0
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,633.43 GB sent, 93.81 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.