Memory Pool Memory Pool Refreshing

6,173 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (217,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,161 690,161 00000000000000000002bd0b40221b9c9f57f2cfcc9ee383e03d7201bf14b598 0.40 MB 525 3
690,160 690,160 00000000000000000003441e37cbe9eabfc984414f6ce46f68f79c050f126e22 1.52 MB 2,612 18
690,159 690,159 00000000000000000002f87de2ad5f20ead7fff98f0795defd42b0cdf6e9454a 1.51 MB 2,033 20
690,158 690,158 0000000000000000000270786d8f5cbad68179bbdf88fda497312521bdfef567 1.46 MB 2,680 61
690,157 690,157 00000000000000000004c61d7b70e8579581f50d1d051bee8016f26cc7fb948e 1.21 MB 2,427 17
690,156 690,156 00000000000000000002d2b38645e0f3414f44a610ef884c21e282a200a75184 1.42 MB 2,348 18
690,155 690,155 00000000000000000005fb4b2f813344b82d90c21d11d039214bc42260793ce2 1.43 MB 3,142 37
690,154 690,154 0000000000000000000d5a2ca564ce52b1c5f8aedfe72f4a8f695884858f1538 1.16 MB 751 30
690,153 690,153 00000000000000000009cec95c3019f0972eaf1436409ad215bb01a8074a9e19 1.16 MB 2,023 26
690,152 690,152 000000000000000000111fd1fb26b9627caf6325f47752959cb18408d5f256a8 0.08 MB 180 34
690,151 690,151 0000000000000000000b07609388a9571f6ce62075164990973ce7e9ba1a7618 0.46 MB 724 10
690,150 690,150 00000000000000000004682ff68d3bd3bdd2e89e58fb4e2f03579c89693689f2 1.33 MB 1,798 13
690,149 690,149 00000000000000000003e54f99483a3eac813e23865125b74170a61318c97d43 1.45 MB 2,851 33
690,148 690,148 0000000000000000001229c142f67dda5a2389aa4c26a5155215eda7f178c3e3 1.34 MB 2,048 15
690,147 690,147 000000000000000000101f2194c903e8e639be104bf1b2d32425113d14203f5e 1.40 MB 2,715 21
690,146 690,146 0000000000000000000fa984b1829f1edc3b1c70b4496ed3c4cd9ef84917ff16 1.50 MB 2,679 25
690,145 690,145 000000000000000000074b27e40a5a465911d010c9c13513d443a655d5aa3e4b 1.26 MB 1,719 30
690,144 690,144 00000000000000000002896f17abb928438be19e42bac1c9cd24e8e7b2d1d1fe 1.29 MB 2,557 51
690,143 690,143 000000000000000000005a8cce8f3e6759f0fb0960a42bfcb0cd6fd7de7a1236 1.23 MB 1,908 44
690,142 690,142 00000000000000000011d5acc99678faec89db2cc7b7d4bdd6bf3bfb09f5d418 0.56 MB 751 20
690,141 690,141 00000000000000000007f3e5e8f80d3afa827fb03e009ea7407d1bfa602571c1 0.52 MB 783 25
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.