Memory Pool Memory Pool Refreshing

5,733 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,714 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (904,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,408 4,408 000000007825f125ca631cdf63c6dc6ec0e97b7a41c9035f5a2c8cab37fca7ff 0.00 MB 2 0
4,407 4,407 000000006b3ee1390c63e6bbb67163fcd8b48be110f36060ef1419de49fa174c 0.00 MB 1 0
4,406 4,406 00000000acac1876e4acbefda6dc7f4075ffd72a84722e51c9f3b4432bb0a45a 0.00 MB 2 0
4,405 4,405 00000000310e89337873d7d5916822d9fe844c25706aafdc2b84116ee9ea603c 0.00 MB 1 0
4,404 4,404 0000000029f34cca9f18d2b4cac7c29982730646e10e028848ade71a43454ca9 0.00 MB 1 0
4,403 4,403 00000000ccd826ff77e291e889257fb4834603f97f79a9a29a7f878b2b53a189 0.00 MB 1 0
4,402 4,402 000000008e48f92403a332a50fe2b306c15f3cf54dd704f648ef9a3711b449ef 0.00 MB 1 0
4,401 4,401 000000000650038391c2d2ff162be23c9e43e1c9452929db31e7ee8374a86a7c 0.00 MB 1 0
4,400 4,400 00000000400a81e69af7a8431f7e42ff27f55666969731a52b821c6b0f206a3c 0.00 MB 1 0
4,399 4,399 0000000089f549fb3a00f48c651f59da57b2aaae0518bfda54e2fbcabdccc73e 0.00 MB 1 0
4,398 4,398 00000000fd3b5cb9099e6e242863a9938e06791dd86d9eef6cc0608aa72e9cf4 0.00 MB 1 0
4,397 4,397 000000000eef7238cb7d0788d127071db13ed4fe900ec4a416df92a1b4c4376f 0.00 MB 1 0
4,396 4,396 00000000856aa6a1092a95dce827025856f1e1a01dec076953f50b9cca182f64 0.00 MB 1 0
4,395 4,395 0000000051e427e6708a57d6e64565bb1dafe4d2c716ed5c1812f2adcd9c3826 0.00 MB 1 0
4,394 4,394 000000009f94d4d4fd277f70b20f5294a9757a7f9620cd947923fa9384949220 0.00 MB 1 0
4,393 4,393 0000000035dd96a2999f373220645f74b048334d4784eeace1b15f955cdb256b 0.00 MB 1 0
4,392 4,392 00000000a002486c05e5400e8c7806081fd384708a51fbbe8a1527c0aae872c0 0.00 MB 1 0
4,391 4,391 00000000a97fdbff5d06cd5625c809ff234baad1f2183d78122bb7272cbeeb5f 0.00 MB 1 0
4,390 4,390 0000000030b563f66e16d5c2732e3f5bdfb097bcfba1c751718e3662893d5eee 0.00 MB 1 0
4,389 4,389 00000000f08170055b8c405f53cc611bd153d062776bb26e2d4c4dc748923296 0.00 MB 1 0
4,388 4,388 000000007194d44d9977b7eb4f52c931cd2e2b2186f3c039cc733a34cd76fd73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.