Memory Pool Memory Pool Refreshing

8,505 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,564 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (726,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,334 181,334 000000000000067f65a19c58bed019eede2b35b19d44ae02aaaf7a3b73371ecc 0.01 MB 46 167
181,333 181,333 00000000000006da5b1df4c063ce1aefb453099392b75361a8b0c794f43d4855 0.09 MB 176 83
181,332 181,332 0000000000000122178d10e47fe2593a98253e26725755f86d06e46e72246bcb 0.09 MB 174 87
181,331 181,331 0000000000000320b92a86336636af035a260864ea5cce8ca3cb5964abc15d5f 0.00 MB 7 14
181,330 181,330 00000000000002e0a2141dc6fed4e492fe456f055ed322fe04495d510640af6b 0.14 MB 369 165
181,329 181,329 00000000000008b4d2078a6b40843c15ac3aa229d1a6ef8f85a827eb5a12918f 0.00 MB 11 0
181,328 181,328 0000000000000419bb4ce1fdcb4d09dc1770a23719414377ba4ae7102decf2a9 0.01 MB 21 88
181,327 181,327 000000000000061bb4a7831e8783d3f0276adf6213e32b8e72f910a848b80f0b 0.02 MB 83 14
181,326 181,326 00000000000007d48b827cd390d8832a2e66ffc5b34b5be470ab5c509c7c2bab 0.05 MB 51 71
181,325 181,325 0000000000000758436a73ac09eb91a7991d3554dde14297d9bad9751bf4488f 0.01 MB 39 176
181,324 181,324 000000000000042e0a75d289aa751c9f966a98b17badaf198d23574f00fb73de 0.00 MB 1 0
181,323 181,323 0000000000000570edfb247c968c0343ac3c81d79030a1a9d8822dccd868d8f8 0.16 MB 208 77
181,322 181,322 0000000000000865f30748e7a0cfec3791bd0cf32280520be016dc20fac7be84 0.13 MB 365 136
181,321 181,321 00000000000006e7d671b8daff8912f40dcddf911bb0d9b1b5e08ec6c6ae05f5 0.03 MB 61 1,917
181,320 181,320 00000000000001847a6bf2e6d44e073afe9e993a15063aa7b960d20384879c66 0.04 MB 94 169
181,319 181,319 000000000000043799b5353cab7f6a076cea80edd206803825fe344169573174 0.00 MB 8 33
181,318 181,318 000000000000014f4d9ee3880db4cf84410934ee38e88dc54a3cd6aca530bf5e 0.14 MB 256 41
181,317 181,317 0000000000000392172bdc7989b91bb52c223e474ca8f2b0b21beee515d5719f 0.08 MB 122 82
181,316 181,316 0000000000000752ceadb4ac1e11e74eaefe0d92bc424b9640a8ae37d857970d 0.19 MB 526 137
181,315 181,315 000000000000011648220f4218c62c180b7fb1e5606660bd5b6ebdc607ebaa44 0.09 MB 210 113
181,314 181,314 0000000000000631d0c86eb9c11e0bcedbe50d9dd50b5046ddd7262adb8fd494 0.14 MB 255 92
Previous 10 blocks ↓
Total Size: 769.24 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,635.09 GB sent, 94.15 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.