Memory Pool Memory Pool Refreshing

19,713 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (578,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,117 329,117 000000000000000004005f253db9dd315adb10c328019e479a1e48982d824ed6 0.34 MB 739 28
329,116 329,116 000000000000000014e9461b352759471ba9bedc967dd47227f8de4909386747 0.11 MB 231 30
329,115 329,115 000000000000000001fd1bc6e7add41bbca9e4d77a43ccd430a144c70c08d985 0.45 MB 633 20
329,114 329,114 0000000000000000070944e53aeb71b18edd1e7cdebaeb57467210fdaae458e1 0.35 MB 1,005 36
329,113 329,113 00000000000000000ece3d9a5cf6f72313d3c7383add7121aec0219577971fae 0.04 MB 72 5
329,112 329,112 0000000000000000101b6eeabba7db0d840bf706846f9b4c4c53962759e33591 0.25 MB 372 28
329,111 329,111 000000000000000013014844697ac2d697e297b6f5b61c917688be5b274c448b 0.36 MB 745 29
329,110 329,110 00000000000000001202ac863504b2abd93e9a4bfed27a650e4cc051f39db802 0.13 MB 302 38
329,109 329,109 00000000000000000fa768332e23e1dc3520f73fa0843b3257a485de3a51fdae 0.51 MB 308 12
329,108 329,108 00000000000000001b700437c09253cebcf45519794ef785245b8f9a2af2a8d6 0.75 MB 1,999 34
329,107 329,107 000000000000000019abcb0a426b3f5d6d125da619e2ddd093f41bd413ed3e9c 0.01 MB 10 13
329,106 329,106 000000000000000004e5ecfbb6b63845462350a484b9978202c337f4ddeaa5ee 0.07 MB 111 19
329,105 329,105 0000000000000000098564d091c5b24a53fcca6abfbf4fd0642f4e4c09040869 0.39 MB 793 27
329,104 329,104 0000000000000000084ac60d5bb9a5e5610ceffc958bf93a0181690afaf872d2 0.02 MB 41 25
329,103 329,103 00000000000000001125d430e10b7d608bd9859d17b41051ca03a3306d746270 0.08 MB 60 11
329,102 329,102 000000000000000004e0990805e618d72ec945655fabe6b38d4e312c7e1aacdf 0.11 MB 173 21
329,101 329,101 000000000000000004b95a517e8601dbe83d9d8c39908fbf535718d1cf73cae1 0.22 MB 527 31
329,100 329,100 00000000000000001836424e8024ae409feb5254ea0178a981039bed3c604ba8 0.10 MB 217 24
329,099 329,099 00000000000000000c3779dfab58a88f2863a21fef040212ab6cd2a2f61b6802 0.10 MB 97 9
329,098 329,098 000000000000000018ec46132679b91dd7ed87fc3006e3c5bade8bf0087024cf 0.00 MB 1 0
329,097 329,097 000000000000000010beb9d754338c64822e7676b299558750cd59ca495584eb 0.43 MB 678 25
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.