Memory Pool Memory Pool Refreshing

1,427 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (713,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,189 194,189 0000000000000429d81d36e870c84a6de80c3824a157d66ed4fd59800012ca55 0.13 MB 279 135
194,188 194,188 0000000000000311a7fc74e5235b77f14653bef2bc9284301c3d7a54b848ee7f 0.05 MB 150 50
194,187 194,187 00000000000001c35b802b9f8727aa656911a16463d1bf7a5df0133365bc20c6 0.09 MB 234 231
194,186 194,186 000000000000050091695047b226784d8a3f481c0f2958d5132134515bf63739 0.02 MB 68 235
194,185 194,185 000000000000075c13697607d2ffb0306bbec2a6263cc0a3151dc4b85dfe38d5 0.08 MB 126 114
194,184 194,184 00000000000007a6dfd7b310cdc20c3f6755fb536be07b3b4abf7b88044ec2a8 0.05 MB 180 2
194,183 194,183 000000000000061006181f086e6362762e53940ceb10db82236475c624b83dc5 0.02 MB 69 264
194,182 194,182 000000000000030d15c21598c7805d0ea60b95324e6d8f24b15e920c6645e512 0.08 MB 205 183
194,181 194,181 0000000000000267d9f6b303a38299c3cdbaafcea5e0b4f344020375392ab278 0.12 MB 311 138
194,180 194,180 00000000000005285675a10fb5539fdba1c14205d6603cea6845145d062ad664 0.05 MB 146 15
194,179 194,179 00000000000005382f307e7ecb2ca12875e0cb6f6d5573fafc2681087271576e 0.29 MB 755 209
194,178 194,178 000000000000025d95ab0472f9601c8391de10fff84ae140f5f5e9c0ae9fe3ea 0.25 MB 589 129
194,177 194,177 00000000000000c11cbb8323afa8db82bb18fcc9643b55a08f99f0f6fb2212b2 0.05 MB 130 96
194,176 194,176 0000000000000454431c5cadb5ca935153c34e263efce76ea91eaba92972c87f 0.01 MB 32 0
194,175 194,175 00000000000000e9ede593627581daa1aabec15d30c1e44de8d5ae548ccfb088 0.15 MB 301 117
194,174 194,174 00000000000007a60f5a0e9333c2a048356c3ff10982bc5e6a45a1cb40a18f41 0.05 MB 127 104
194,173 194,173 000000000000035905ac38efaba1028a0d4bd46f28e3423d4ab87c237ace8c91 0.06 MB 160 157
194,172 194,172 0000000000000476eb49bb5d6b7669edf8eaa7bfc47de8d95f7fa99cbe92052a 0.13 MB 299 118
194,171 194,171 000000000000020135b3084407afa373e240490a169c8199db3aab4616c20195 0.19 MB 447 134
194,170 194,170 00000000000004a2ac76e1f6130b31b10b2fa17a877a8d2e10c83c40930208c2 0.21 MB 576 139
194,169 194,169 00000000000002745e4f927b6c4f1e847f66215d01f080ccdd1355382e05e6b0 0.04 MB 88 65
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.