Memory Pool Memory Pool Refreshing

4,478 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,486 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,485 (900,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,197 8,197 000000003eb064707e0591eb4a83c8fa8f47d18c26ecc34c43649653fd6bf20c 0.00 MB 1 0
8,196 8,196 00000000e0c83bf9fe1d1f962cf9e88dd0ac13d02bf95eb5bc9f2145d678b7de 0.00 MB 1 0
8,195 8,195 000000009f864029612a2254a39c25d52f3d7af02f30fd259c2acb9d2b9e8d55 0.00 MB 1 0
8,194 8,194 000000006b4c62e3f365c9f2250ea8c241d53b17587cc9042b39ba8c71b6b6c6 0.00 MB 1 0
8,193 8,193 000000001b06f211d4ed453686832efff5facf0c91d8216347213435c31d7766 0.00 MB 1 0
8,192 8,192 00000000802f81d32148baaef7c7bc786853cde82bef5321d1f1bded819f2991 0.00 MB 1 0
8,191 8,191 000000007b8668d5592a7121834c43237d7cfd28104f6276eebedab94901ff66 0.00 MB 1 0
8,190 8,190 000000002136a553f9bf7ba9979781548453aaf836e275febf273cc1c67dd3fe 0.00 MB 1 0
8,189 8,189 00000000bc55e94d87fc6f2565abb2b781cf0b588b2c65f5fcb91e38a69ec93e 0.00 MB 1 0
8,188 8,188 00000000509d6b0628b1d939459d00b9201fd85bca68de4608cd1e04b71cf103 0.00 MB 1 0
8,187 8,187 000000005dd553ef43782145804368998fee32dcc0a230611fb2b1f001295a07 0.00 MB 1 0
8,186 8,186 0000000005e1e453df756fcf511353abef26ad10c471acb04c8aae78f66cc7fc 0.00 MB 1 0
8,185 8,185 00000000312b2ac3324f98f9c3f1b6167620f11641084278798cc388dbef9d4e 0.00 MB 1 0
8,184 8,184 00000000aa5561ad2a4b3b2e946789e150d488766d95a390bea6e4cce1c491ea 0.00 MB 1 0
8,183 8,183 00000000600284b2ac8904389835976f3886256af7887f9643205f199e555877 0.00 MB 1 0
8,182 8,182 00000000f985ede57bfb30cf1ab942be3fe040abd6551830f7c7a3bbfed02174 0.00 MB 1 0
8,181 8,181 000000001b56d9a8c00a289e21ece608739e3804b3459b334abcbff31e8c3f5a 0.00 MB 1 0
8,180 8,180 00000000eefefddda4f86c29ec384785e4dd253f849b007a1f62f9191cc50c9f 0.00 MB 1 0
8,179 8,179 00000000f351863005e8f240791c68ee047da2ff39be926ca5602e6daaef1368 0.00 MB 1 0
8,178 8,178 00000000359782b3098dbc324b8bffb279761040ca8cf3572a877a947753f1ec 0.00 MB 1 0
8,177 8,177 000000005e1d90d1e2c7b2349268b79c22eff24df16f8c0954b4125242e8f394 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,806.76 GB sent, 100.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.