Memory Pool Memory Pool Refreshing

9,758 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,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (13,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,326 894,326 0000000000000000000034310441a7e5f3e91bd30d8d194085b4f64d16954fab 1.59 MB 4,039 11
894,325 894,325 000000000000000000010ce979918aec1c202b60b5b6c70fd700d12a9285add2 1.84 MB 2,874 8
894,324 894,324 0000000000000000000153797a979d17668048aa2681d39f0390646e1b615c73 2.00 MB 2,242 6
894,323 894,323 00000000000000000000a23500d92bbcfa1081207ba710e4195778b8e1becff1 1.94 MB 2,854 7
894,322 894,322 00000000000000000001126f16e238217d9a1f8ff2c36ea412db64de7c56296f 1.98 MB 3,411 3
894,321 894,321 00000000000000000002218220f66ae697ced4f05e480ff39f40a704f6fe4342 1.90 MB 3,158 5
894,320 894,320 00000000000000000000e07656bf1fe35799da071006bd07d0de6e6793ecdba8 2.03 MB 2,535 2
894,319 894,319 000000000000000000015a778d6136af7ed483a7c584158284a6c4a4b666f53b 2.06 MB 3,136 4
894,318 894,318 00000000000000000001dee0f35b6e250616f67c3ccd3bcc90526dcaaf1ed7af 1.85 MB 3,513 5
894,317 894,317 00000000000000000001c7f8b23e6ccebcb49192a0150377fa757cd95d7a131f 2.00 MB 1,502 2
894,316 894,316 00000000000000000000ceca5af75a134167c5f569b9332b725f18dcbab98f2c 1.95 MB 1,926 3
894,315 894,315 0000000000000000000216f684177b45adbd553dac677653879e2a9bf74ccc3a 1.63 MB 2,855 3
894,314 894,314 00000000000000000000374ff42f592c0558eb4a32240c1fb2c75d690ec6cd42 1.93 MB 2,845 6
894,313 894,313 000000000000000000015c9b070ce8326c0fa74206f98860f6d4f7da91a8e499 1.80 MB 3,293 7
894,312 894,312 00000000000000000002457809a2225d7e873f2bb6aee066ae4cd8f3b16f54f7 1.76 MB 3,611 8
894,311 894,311 00000000000000000000d865d687f8a6799da7ff683a457a90ede2b687b6d6a4 1.76 MB 4,867 12
894,310 894,310 00000000000000000002264d07859f24b314cda26c09533a61be5838bbc5301c 1.67 MB 4,196 4
894,309 894,309 000000000000000000009e3d2c4eae19d4e1a1117a5dbb018d94e05bec8a37b2 1.65 MB 4,026 6
894,308 894,308 00000000000000000000d466223aa9d05bfa3a06752a9209b87a4c3a56df7651 1.74 MB 2,566 3
894,307 894,307 00000000000000000002338faf48876fab58defc4da2007eab3d022f685241db 1.61 MB 3,211 5
894,306 894,306 0000000000000000000162bf071069c358d0c5cc5b2bfba27244a3501f8e768e 1.60 MB 4,122 6
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.