Memory Pool Memory Pool Refreshing

11,037 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,229 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (708,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,094 199,094 00000000000000e1ad42b38fe81075a5e342c2e33366a2fc4c1814722a1cd06d 0.17 MB 345 117
199,093 199,093 000000000000029f162ccad165ff7e733bcf0a863d6bdbf2a421ef39341a6969 0.07 MB 76 72
199,092 199,092 00000000000006195c987e3f9225805aeab977a619e713410d7fa7ed952878b2 0.01 MB 35 335
199,091 199,091 00000000000005d94360fc21268bee42e7d75bc24b15e5386e90983c957e301d 0.04 MB 75 88
199,090 199,090 0000000000000447a3001f2e8ee261e3a70121217a7a85644f6c3cf362c11161 0.15 MB 230 103
199,089 199,089 0000000000000314457d636b8fe8bcc9d4b4603871f7d2c15634a7087601d4da 0.01 MB 16 38
199,088 199,088 00000000000004ba122e6d00ae55c3dc9f39834c2e34a90ce00c4eff836a9d8a 0.28 MB 539 51
199,087 199,087 000000000000061db6d68f42b8027ee9f5b4669a9f1fd5cd4c3bafcc928cfc31 0.06 MB 155 125
199,086 199,086 00000000000003bb99ffe0486b6de58812a514ddca9957ad24b55ba21f46cf5d 0.00 MB 9 901
199,085 199,085 000000000000031676d8c7d91ef11853b77c1ebb9fa1d62757fb63a8c6dbe203 0.02 MB 50 104
199,084 199,084 00000000000002b64a846f8ce50dcdf55a8440eef28ab1b9c2063faf45d782b5 0.05 MB 50 111
199,083 199,083 00000000000005db82b922eb5e45204a315be846a5d8daab4bf3ecbc1f1af040 0.03 MB 64 147
199,082 199,082 00000000000000b84fec281ba3be9c2376f7ddf1ae116bb637ab7b08fd57eb36 0.10 MB 206 112
199,081 199,081 00000000000005ef19681e720bf7060045caa3aaa66a963bc713c3278bec8d39 0.14 MB 348 150
199,080 199,080 000000000000035f902a529b55dc5d25418eef19714efab02d8c32827f1a74e4 0.02 MB 41 146
199,079 199,079 0000000000000531647b456157386fa8be683546a97ed21be84f0da53c68c3ed 0.04 MB 80 80
199,078 199,078 00000000000001095da77c3f733a80e6e65423a6047890b6cb612d40ee6ebc04 0.14 MB 345 141
199,077 199,077 000000000000037ccdb444aa9cd797ddd74fcac7c4d531dee1a7f60c713d66fb 0.07 MB 111 330
199,076 199,076 0000000000000374166c9eee9ac8637210a29a5ef52cd8b9de9e7ed1072d5f1c 0.05 MB 122 103
199,075 199,075 000000000000040e35d5d38341ad3f4184dfe8a304c8ed08ea4e41465f15a258 0.00 MB 6 508
199,074 199,074 000000000000052ecc044101835e9f4d78aed5ef42d0baa836985b0ecce0b36f 0.05 MB 158 75
Previous 10 blocks ↓
Total Size: 768.95 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,614.41 GB sent, 92.57 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.