Loading Tool

Explorer IconExplorer

Memory Pool

44,234 transactions
28.10 vMB
0.15998325 BTC
Random Selection Loading Transactions
Max Size: 146.11/200 MB

Candidate Block

Mining Attempt ed1d09c7a58b2e1a63124bf1de6568b45358f08d19c8e86a83be6fdb9fa2f9d1
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root a4c0c56338ed369bbc6ceed16515d04f647730b12652b834f76e757763881d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.05838763 BTC
Feerates: 151.12 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (454,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,192 460,192 000000000000000001281506056c66bc2718d979ae65e4728312b88cc2cf0bf1 865 1.00/1.00 vMB 154
460,191 460,191 00000000000000000059cd5f125646ca6df32efaa9c07b02329d29d323cba952 103 1.00/1.00 vMB 138
460,190 460,190 0000000000000000018600c16dccff73b15e526731ad82042d55786d9747803c 885 1.00/1.00 vMB 157
460,189 460,189 000000000000000000c25dc3852bbd1a2479204b7f351362545a8a94be5ec7b5 302 1.00/1.00 vMB 138
460,188 460,188 00000000000000000215174f514cd819ad8a13d7507b5065b72050eb6569cf68 714 1.00/1.00 vMB 164
460,187 460,187 0000000000000000016eb083787227a1b4d6475a6cf495a901846a9e4a678156 1,281 0.99/1.00 vMB 111
460,186 460,186 000000000000000000138f11b0bbaa27f3af50bbd1634752aa56bbe7462d81dd 2,139 1.00/1.00 vMB 114
460,185 460,185 0000000000000000002ad140f178c1209bf0239913a9b7407cce8b843c9a9d2f 1,551 0.86/1.00 vMB 114
460,184 460,184 00000000000000000002a96c1408742b6da6ef79fcc0ca3b9f7dca0f59b6a0ff 1,863 1.00/1.00 vMB 58
460,183 460,183 00000000000000000053b10c44f022fbdde64c853f38c3e2a1ad5a853fca5ae2 1,186 1.00/1.00 vMB 75
460,182 460,182 0000000000000000017aead3ea5b2548b8b64f821aa70f5c20ed1561ee57db4f 1,986 1.00/1.00 vMB 146
460,181 460,181 0000000000000000014a51db91005f78d09c993d284e328c1ff626da632ea1e9 1,948 1.00/1.00 vMB 105
460,180 460,180 000000000000000001cf8927a086ba2ee448ce05a654e43844e099addfd51bb3 1,430 1.00/1.00 vMB 129
460,179 460,179 000000000000000001d4519f5369fe19d901e7f60fae48a2688e505e0354a983 2,368 1.00/1.00 vMB 135
460,178 460,178 000000000000000000268240036f60ba9e0f6e24af2bcd820e0cbc615a9c5d31 2,324 1.00/1.00 vMB 126
460,177 460,177 0000000000000000014e688a181e5cb6420fb113481b4a3e4f05cd0a97e6f6ad 2,165 1.00/1.00 vMB 138
460,176 460,176 000000000000000001069e6d6ada4dbfbd7e91a247e36297f57dcbc57338b838 1,878 1.00/1.00 vMB 364
460,175 460,175 000000000000000000ebac8b94c2720e794e9a9c4d6f31a56c03745520d5c2d3 1,938 1.00/1.00 vMB 182
460,174 460,174 000000000000000000d959b0806d3244e83acb29e85a715ce0ed2ff757d1a9b6 727 0.34/1.00 vMB 128
460,173 460,173 000000000000000001500d9fdf7f424ffbad594b92369b365798c64a1c4c6cfb 1,787 0.97/1.00 vMB 89
460,172 460,172 00000000000000000037f42ac723be9e67d1eadc5345837592095eef22689088 1,864 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 643.27 GB
    • Received: 12.58 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.