Memory Pool Memory Pool Refreshing

17,615 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (730,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,292 177,292 00000000000003df5f825140a28d353474ab3b34b650855b8f5794b76e73e87f 0.00 MB 14 422
177,291 177,291 00000000000007e1ef6366bd9109d052b78fe1a4d29209bcc6b982bae29231b4 0.02 MB 39 51
177,290 177,290 00000000000000d7201be4f1f82c61c29e2b8ec54e96e2fc4097b2f04ebe2cc2 0.01 MB 45 6
177,289 177,289 000000000000022af227510f88f7ad6029c98d27fa178fc48acdeb28407851a3 0.03 MB 75 111
177,288 177,288 0000000000000a54765dfdcf7fc076407139b12788505d7feae5876feeee02bf 0.02 MB 39 107
177,287 177,287 0000000000000a38243928df9d2b7e588a5c3cb2950493bfd5baf3593a7d6c2c 0.03 MB 84 155
177,286 177,286 00000000000000ab83c6ee245dd991fcfc4447544321a837a7ab98ecb8713803 0.00 MB 12 80
177,285 177,285 0000000000000a82d4889d98ff2cbefd602ebe2ce384e2d775dcd1c63fd613df 0.02 MB 51 127
177,284 177,284 000000000000021238e9dff609f5d80e8008810c267b56b808b7a55cff179383 0.00 MB 8 38
177,283 177,283 00000000000008a03121350afd63d6e2334260a43d6d0ccd267543f2c76a1483 0.01 MB 55 27
177,282 177,282 000000000000049fe444dd41a9b5b084e33720275c4de17d4388276c8aaedeea 0.00 MB 13 52
177,281 177,281 00000000000005f17d5ee3093d130f851304657fafc77c166020101f10b3ffe9 0.01 MB 8 0
177,280 177,280 000000000000070e914b6715a62bfda4140da1953e559e619bae3048b7e464fc 0.04 MB 100 167
177,279 177,279 00000000000002804e2c8074c60ffb9209b326439acd5615ea4d64cd328d4d09 0.00 MB 14 44
177,278 177,278 0000000000000a890c9bac80bf5870f787c76f7e1277c3306017b426dda012a3 0.00 MB 1 0
177,277 177,277 000000000000093dd55dfca81a80e10161887269f5365109aaa4b095a2963f35 0.03 MB 62 98
177,276 177,276 0000000000000250aea8e9e335a8f9c8ba597f371dfc0e3b3e3173b7e88f13b3 0.00 MB 1 0
177,275 177,275 0000000000000072402dc4b13da9d692cae76cc691e6cbb19535f5b41a79a52c 0.05 MB 117 96
177,274 177,274 00000000000009f5acece0756a3894953b5ea2254b2bf292e8f13bcefec6586f 0.00 MB 7 0
177,273 177,273 0000000000000a6ad847da140b5743bf6d998b0a1039cc7af5bd7660186eef1b 0.03 MB 81 53
177,272 177,272 00000000000005d1a7dfdf6f00adcc50e274a51958810105dc4bfcad5c31d97c 0.01 MB 24 48
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.