Memory Pool Memory Pool Refreshing

3,939 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (621,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,652 286,652 00000000000000015dd5bbfc1138460783cfe65b97881ccf2f0c449918098eb8 0.16 MB 344 40
286,651 286,651 0000000000000000ec190ce4f38495515496595934a454b94e99b44051358c4f 0.22 MB 141 17
286,650 286,650 0000000000000000b02f24d77d78b15607dd8d3eb9aa6a04e45ce42fe5dc2452 0.35 MB 780 40
286,649 286,649 0000000000000000c76ac046340f552572eb3f94881698f9ea87ee8a0b9f5c39 0.04 MB 66 111
286,648 286,648 00000000000000002205b982b856a8113662a34d46716ac4a5c6602c8798b298 0.05 MB 87 36
286,647 286,647 0000000000000001338281dba6c4f6d8c7b741feac2ba135b1a92bfdfd53897a 0.31 MB 508 29
286,646 286,646 0000000000000000823bc1d9932028acc6bf77370b1ebf614232a580f18f4880 0.06 MB 151 41
286,645 286,645 00000000000000014184d47b83e6cfbfde791faa803d8c7a5927a2080be8feb8 0.27 MB 459 66
286,644 286,644 0000000000000000c35cb40a4b03295b8759a31f0e383e1e43417d1bff040163 0.02 MB 29 29
286,643 286,643 00000000000000002edf47aa7df95bc8452c2b7eeb9e07be96c635aa90264918 0.10 MB 130 22
286,642 286,642 000000000000000013019f194e4982a12c9dd379dd1258bb8544eb6d9e67499a 0.05 MB 95 35
286,641 286,641 00000000000000011d78e2031322cad2a1ced04d590c277a75d7d7a85d03a794 0.12 MB 172 28
286,640 286,640 000000000000000041fea34c02a673c307bb9255bf66a04e35a61e2c6f4408b6 0.21 MB 200 21
286,639 286,639 0000000000000000126c570c7caec9b86f0fdfa2b239cb450acacaa423da30f7 0.19 MB 343 34
286,638 286,638 00000000000000011c11ee45078e821c269c7e677a05fe64e809a7d4d7834ffc 0.07 MB 129 28
286,637 286,637 0000000000000000c227029e5343a6cf2ef0cdd37f6d02601eb736f6e05b5c7e 0.29 MB 343 23
286,636 286,636 00000000000000014ac899e0228af437a9752242e7369054877b9bdcd62dc61f 0.50 MB 1,043 43
286,635 286,635 0000000000000000fb2389d12329aa68f2dc951a73019573fbfcfba11893b11c 0.13 MB 54 13
286,634 286,634 00000000000000006a23c2d6fa7029ab540a8c299de18ce8546dbd11aec031d4 0.35 MB 842 41
286,633 286,633 0000000000000000a8a82f629e0b61a9ed3bcc09bcf66ba81773aac7b4a46e26 0.04 MB 9 5
286,632 286,632 000000000000000067672096e914cbfc21e4da50179890f644655c69fb7a1dfe 0.09 MB 168 9
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.96 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.