Memory Pool Memory Pool Refreshing

60 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 56 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (737,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,161 170,161 000000000000076efd2fcd98d331652cc7b80ecee5b69ed510ba9f592a438a13 0.00 MB 5 48
170,160 170,160 00000000000002d71cf566dc0c6d8e0ae156392ee26589f8e39085a1ee4b2b33 0.05 MB 54 619
170,159 170,159 00000000000002df1062ccdc33a516597fc1cff486db29c81add33c1a6ed9b03 0.01 MB 12 41
170,158 170,158 0000000000000a08e91a6480ac7fbd9e8eb35c5b9999c63ce3e8de03a9b23d29 0.00 MB 15 79
170,157 170,157 00000000000000fa65ea017c7b1ab9da6113aaeff2292c3cc52bb116919243ba 0.02 MB 39 1,251
170,156 170,156 00000000000009a1158145ebba54a0483d1dc524917dede112e8e2f837bbb6b3 0.03 MB 42 37
170,155 170,155 00000000000004f35879e47fcfce26a506e5a430b452b3db94795e9ca18a428c 0.02 MB 73 53
170,154 170,154 0000000000000206f5ce7f66364465272e85a8b7a69a4ac9cc666dee10f24bfc 0.00 MB 10 73
170,153 170,153 000000000000070957fe535adb9cada50b0fa8f0397c400cfb3ae9bce105c002 0.00 MB 13 197
170,152 170,152 00000000000003ece8258127bc4dfccbf3826bfc26ad45b9306d1f5f80859a0e 0.03 MB 35 38
170,151 170,151 00000000000007dd4b9cda42fa59765e33769aca46ea63296f575fc13c553c86 0.03 MB 101 17
170,150 170,150 000000000000033eef0de6f9a76505753e61c095973cd008f5db31a74677ac68 0.02 MB 43 166
170,149 170,149 00000000000000b6bc5ae93fbe5f9ad5f2e4bf39081700c5aea5b6a0a3f6123e 0.01 MB 22 69
170,148 170,148 0000000000000091f72abd9b6db7ebf419b057a475d08a1c95b59835824995f9 0.03 MB 44 82
170,147 170,147 000000000000054081b76a2fe10d925f2a175ee33e04526de6b8c14de3e5fa0b 0.01 MB 14 22
170,146 170,146 00000000000003190697728de7cddf5bfeb710d24e3e43bbcc28f1227e4af9d3 0.05 MB 107 113
170,145 170,145 000000000000059e05493a0b73fa25f731955e8f08376c8bd4bac60e95a2a267 0.02 MB 57 209
170,144 170,144 000000000000083ddf89c6c3fece738093d5800b7b0a2745a4a64830a8f97c9a 0.01 MB 30 14
170,143 170,143 00000000000004376749220db6103734c10763e8f8903ecd571c52009917c90e 0.03 MB 97 3
170,142 170,142 000000000000039e3e890e758d55d944d96fa9b52c86bc3a99be4c3b5fdf7bf6 0.01 MB 15 36
170,141 170,141 00000000000003f10445f4197847a2d35fdb476efa745a5d09788d973d99b605 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.