Loading Tool

Explorer IconExplorer

Memory Pool

79,010 transactions
29.60 vMB
0.07395738 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 5fe3cf901e1a4495ef8cbc6fc91a02bf7771fc4295aa18f6f66a71d3971b0d78
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 22faa43a6607efa551156ff1143b3b91b9272011df8cbe23903224893c610ef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.01381950 BTC
Feerates: 302.06 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (343,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,194 571,194 0000000000000000001ad5b4c900de5c542d12675c2efed9a05e8bfcad1b27d8 2,826 1.00/1.00 vMB 122
571,193 571,193 00000000000000000018b0e2fa6fc6f6da443c2d99eb1d71eb2c9cd1403bd1a0 1,429 1.00/1.00 vMB 160
571,192 571,192 000000000000000000021542c86f187bc13505e872faab7e1898762c0f70cb06 2,526 1.00/1.00 vMB 131
571,191 571,191 000000000000000000210dcbafdd48624bb3d478bce43694ca957dab3431f633 2,819 1.00/1.00 vMB 156
571,190 571,190 00000000000000000018d8c948f28a5962ce9cc796a8a7dd61674dd01c72918d 3,049 1.00/1.00 vMB 129
571,189 571,189 0000000000000000001a9b6477d3b4daa0fb7e2638df86eed913f0b4ca053dcf 2,442 1.00/1.00 vMB 114
571,188 571,188 0000000000000000001f3a3f639614287f96f154b06f861a752cbbfb1bc79290 3,037 1.00/1.00 vMB 131
571,187 571,187 0000000000000000001495f16fafe2e92464da8172b684eb680879d192f17736 2,761 1.00/1.00 vMB 132
571,186 571,186 00000000000000000028d5cf298761d25aa7d781045f882eb386c2883f0ea679 1,717 1.00/1.00 vMB 138
571,185 571,185 0000000000000000000f60371d770981403b038e2d9d042b9393fad5c41a822b 2,123 1.00/1.00 vMB 154
571,184 571,184 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 2,030 1.00/1.00 vMB 150
571,183 571,183 00000000000000000025cd2c9aeffd5e6c3453c2004134f40d86feff171c0a3b 1,328 1.00/1.00 vMB 146
571,182 571,182 0000000000000000002761ceda973648cce68776a0e69bc5acf9d38f02c1112b 2,812 1.00/1.00 vMB 125
571,181 571,181 0000000000000000000d2b2756155d1c987b3126a3eb38abf15c44cd49d0fb3a 2,562 1.00/1.00 vMB 128
571,180 571,180 000000000000000000279853dddaea11d1d8531b419cff2d447515d72cdae5cc 2,849 1.00/1.00 vMB 101
571,179 571,179 0000000000000000002b4041290b59bc920bc6804bb301cd5961f754d813408e 2,802 1.00/1.00 vMB 131
571,178 571,178 0000000000000000000afb966b607469ce52aaaa41b4c06c655ae86d5b5f74d7 2,273 1.00/1.00 vMB 110
571,177 571,177 0000000000000000002ae969459904f0f1d9d87adbf207da75413e4b36853c10 2,626 1.00/1.00 vMB 131
571,176 571,176 0000000000000000001aebc09abfe6957963e0483d04615e68e71876e5b2fcbd 2,773 1.00/1.00 vMB 122
571,175 571,175 000000000000000000016d64a8286b20b6ffe54fef6c858021517f774a91a2e7 2,415 1.00/1.00 vMB 128
571,174 571,174 00000000000000000008e8f07979c880694c0dfa9595d68e723568d3661d35d7 2,307 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 665.29 GB
    • Received: 15.11 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.