Memory Pool Memory Pool Refreshing

9,712 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (646,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,706 261,706 0000000000000018264df7d9624e6d4bc79fc15cebf93b53b4e1a1c884780b75 0.05 MB 54 54
261,705 261,705 0000000000000002b58ab59ab0e6d7a2ed5c24afa7c2d385488dd00ca3a981dc 0.14 MB 111 19
261,704 261,704 000000000000001680be8d519f963dc60de8a081bae5a36df7fe5d98bc38f47d 0.03 MB 16 45
261,703 261,703 000000000000000f2d70be6146cd1ff318fbc9095ebf801a7cf0160ee1fa4532 0.15 MB 264 70
261,702 261,702 0000000000000013c80b0c938932d441c5193abdeada68d3daa93a62fcd8dd66 0.15 MB 280 30
261,701 261,701 0000000000000013626cfc0c669271d6d5744722a8a9e99ce5ac692a897b732d 0.25 MB 698 162
261,700 261,700 0000000000000004a293f029f2ec05ad90fed7c68f34c8118c9ab2bd98302390 0.04 MB 48 25
261,699 261,699 0000000000000018242cfc91dce9611c0c1f057a511ed4e915e8003f8c068c3a 0.16 MB 395 110
261,698 261,698 00000000000000056480b0f07ef11c5c863d9f8686c55c0d59cac1206f87259a 0.19 MB 414 139
261,697 261,697 0000000000000003d855eb9b8063977a6202e7ed1789e600a2fcde27a935c4da 0.15 MB 157 45
261,696 261,696 0000000000000004411291447deba32902c5674a9fde8a31abddc89da2ad770b 0.23 MB 544 165
261,695 261,695 00000000000000027d2046b46126a03f9c365d930dee938d74e79fd7b4688551 0.15 MB 329 167
261,694 261,694 0000000000000002141dad9a44cf7374e0beeb95469cc532005b55cdc9268723 0.17 MB 362 50
261,693 261,693 000000000000000564c5ca4f23ec2e541b70b815cdbc264d582c19432dfc6dfa 0.25 MB 722 160
261,692 261,692 0000000000000014cf21610dad4189c97ea8efb2957570bab9fd9dc503f0f155 0.25 MB 681 159
261,691 261,691 000000000000001ace5368592c0152a2879cab2eb406cf17e9d9ba6651248f13 0.05 MB 57 65
261,690 261,690 000000000000000ffab96b1448e0207df367ad882216ee183bf1ab4249a809a5 0.04 MB 49 39
261,689 261,689 000000000000000b170f0249f580b6827722a9e7cc6cc1d08e58648340768739 0.08 MB 200 90
261,688 261,688 0000000000000008f84051f9e3a25315b62d0c5c669602b30df40d898ff95e77 0.10 MB 270 89
261,687 261,687 00000000000000049092c11bbed80d810ec62f2e9c9199a1a4d272c28506ebb3 0.15 MB 167 27
261,686 261,686 000000000000001bd415c418cd1c46c0bf735d09097307108029a45da2eb0754 0.06 MB 158 52
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.