Memory Pool Memory Pool Refreshing

9,946 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (620,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
287,440 287,440 000000000000000127c0f43cccfb574474312f5dc5c3ae156c1a628631bc0070 0.25 MB 676 45
287,439 287,439 00000000000000003de57ea6f033901b1cd5cba53c698849bc6b44a6185f1806 0.24 MB 533 50
287,438 287,438 000000000000000128ec1736dad43172ff16cd940cd5124e35b2b1667e71b599 0.07 MB 155 38
287,437 287,437 00000000000000001450927ecc98e3376556acdd4ed854e1300292329e8da9ca 0.59 MB 925 46
287,436 287,436 0000000000000000e9e3bf3e74e7ab024986c5f601dfc0dacc3fbf6327a0147a 0.34 MB 265 15
287,435 287,435 0000000000000000332869d724cc6539002bff0357b97875f9bcf6592656bccc 0.35 MB 214 17
287,434 287,434 0000000000000000472a299b10249cbcbb7be59900096ee8c0e94c927807c3c6 0.90 MB 1,810 27
287,433 287,433 00000000000000002028175f82bd24cf3d9a74a9f0ba498704bc1ecca33ea1b5 0.03 MB 64 63
287,432 287,432 00000000000000003695f368135f4aa3f53bb9ba5bd81e2fa71a1eb761d70f18 0.06 MB 128 91
287,431 287,431 00000000000000014dbaea127ad0b53e120dd31fcf6a28fa7b8037cc4359ca8c 0.25 MB 704 58
287,430 287,430 00000000000000008e231d02a2762e7e12afcbaea13d64ba27b1e9c336cc2104 0.25 MB 754 55
287,429 287,429 00000000000000012670a35229b00a2a190b08959525d1eae9c5cc0832464b70 0.35 MB 1,080 61
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.67 GB sent, 93.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.