Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (620,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,461 287,461 0000000000000000574e9b45e7735c51c1d258aeac14cc6e64ffca6952886840 0.12 MB 123 22
287,460 287,460 000000000000000004a0668312142d08608fcf81b718657e2186f62838949a4a 0.04 MB 77 37
287,459 287,459 000000000000000143c3132605b47b308eb6a9d3c570428ba4751b3a54545c8e 0.05 MB 61 27
287,458 287,458 0000000000000000d806b1a742b87a5e8eaaee29afa81228d1149a4a3100eb8e 0.18 MB 319 32
287,457 287,457 000000000000000136a080c44a07c1375970ad169e5460c71da62a556558c776 0.19 MB 239 28
287,456 287,456 0000000000000001369bfc1b1f9aa987b42ad0c20fd94f9e630aa742100d498f 0.23 MB 532 36
287,455 287,455 00000000000000015dd0a6573d26434df17972820832489ce21e36885170b083 0.35 MB 803 35
287,454 287,454 0000000000000000c6f4b3328000b995c8d52103bc9b6adf4cd6efeb4660b596 0.06 MB 140 100
287,453 287,453 00000000000000000ec0cddf0a8824c63106fe114f3ef63a6a55c043a9768325 0.21 MB 303 31
287,452 287,452 0000000000000000986f88bf29c533b7a6671fd00f29b664ded85cd1318e044d 0.07 MB 106 27
287,451 287,451 0000000000000000eb71e285ccc587388b954cff5fe5d98f43812e679726b42f 0.18 MB 264 27
287,450 287,450 0000000000000000904efa08102afaf4c4831d034dd772a4234fa2331e7de480 0.32 MB 277 22
287,449 287,449 0000000000000000ef521b843230d2fef5d56b7a8f950c95ce28ccc344c797df 0.26 MB 601 36
287,448 287,448 0000000000000000f60f27902a009f2cd2d7278210c7b78cc167ffeba5edcdd1 0.03 MB 64 58
287,447 287,447 00000000000000006d04347eb1225e7cb7042a1156e5fe4a3dcd406f930c151b 0.30 MB 647 45
287,446 287,446 00000000000000002feba598728dd3279ca2a693da5725eb96ad087ba5169caf 0.15 MB 174 23
287,445 287,445 00000000000000014371e682b29d99f1a9543675f1962d74c14bf0a03cf14552 0.50 MB 1,274 55
287,444 287,444 0000000000000000f845580993a0a071e40c248adb8f8ad5abd850c3397e0eab 0.35 MB 317 14
287,443 287,443 00000000000000007ab3de36f9674734481d46bd64d46f4544fa40cfa7383fb7 0.31 MB 202 17
287,442 287,442 00000000000000001142365fc27f51b079d1ca0c177d26b34ade59034839fb56 0.50 MB 834 29
287,441 287,441 0000000000000000937e1e0168c55b2d850925f1270a55058af7871fdce1e30c 0.03 MB 64 82
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.