Memory Pool Memory Pool Refreshing

9,743 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (713,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,739 193,739 000000000000014a647a38419701fd2c2b4b4ecfbbdb23190aaede1457403d18 0.01 MB 10 22
193,738 193,738 00000000000005cdfae055031e6e9daa434bcf62688d29b35dbbe4cf61b2b22d 0.11 MB 253 198
193,737 193,737 00000000000005034f9b46d2f01fb1b349dbd9443ec10daacaaa1acbba74c8c1 0.12 MB 282 155
193,736 193,736 0000000000000479458c80c7f284c7f1fae419eb6a6e428285a2f3fa5ad4ca39 0.02 MB 31 136
193,735 193,735 000000000000027851624e1630e7be0af98662b55c93bb7ff37186fdeda5208f 0.02 MB 41 86
193,734 193,734 00000000000003bb9fc3d5d5724a12d161957dc6a67e020456b91277c40b6a12 0.02 MB 34 71
193,733 193,733 0000000000000529722033bb652020095ffd5a49b6fa6e1ad6362fbcc8bd6b46 0.06 MB 166 208
193,732 193,732 00000000000007540e0d65cd04472fbb2dc74d52e609c2fd81e289f98ba1db4e 0.01 MB 32 110
193,731 193,731 000000000000043da0c67ebad61156445b8f0ad154ad8d7f37784aae5efbf43c 0.07 MB 154 105
193,730 193,730 0000000000000271611badd9d41dde822b3acd26e0894f2289877d2550ba55ef 0.04 MB 72 34
193,729 193,729 00000000000004f965a7b0d65c359b97ae71fefd4a1a259713277f529745945b 0.24 MB 480 139
193,728 193,728 00000000000006b965098a58446332a35c81770d2dbd12360d0f0440ec3877ac 0.25 MB 522 115
193,727 193,727 00000000000007802cec5485dceae18f819e58548aa6474b76e97f05332380cc 0.32 MB 779 158
193,726 193,726 00000000000002e034f9bc5a1712e7ecc8dd4ee47cf54f034738ae55f972a2d0 0.25 MB 590 141
193,725 193,725 00000000000004d9b53c3cfe4552793afb45b3bb5a1473c96179dd7652745a51 0.05 MB 126 179
193,724 193,724 00000000000004f18266468a80bcbae0ebd967c5ae61aa6a72beb10c8a48fcb5 0.02 MB 61 113
193,723 193,723 00000000000006ae53005ba26d15fbc9d014999fc961a7dc49dee374d2f341de 0.18 MB 402 120
193,722 193,722 00000000000000ac4cd8c1444fb8f7d4ff60a8e0fc602781ba7156ae39933cac 0.19 MB 515 152
193,721 193,721 00000000000001febf133669bc12e09e15910cc8b3bd486c6ea712b88ef62deb 0.25 MB 481 123
193,720 193,720 00000000000000efa9ddab20e78ac050976db7c88ad631e6f8a0d3384713d0a4 0.02 MB 23 116
193,719 193,719 0000000000000630832d26eb96ea5b5c6b6fb89b353db5947695a66d605e89a4 0.12 MB 243 172
Previous 10 blocks ↓
Total Size: 768.95 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,614.34 GB sent, 92.57 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.