Loading Tool

Explorer IconExplorer

Memory Pool

26,750 transactions
27.43 vMB
0.07229926 BTC
Random Selection Loading Transactions
Max Size: 131.27/200 MB

Candidate Block

Mining Attempt 3dd79d5f4c0e2b906f40c51a9ff4e2ce86c92ea860b003fd093950864b8a61c7
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 38e2e990c3f6e11a727b4769695aeb8fb048e4f1c5e9ecb0b07b50a0ec4bb9c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02016548 BTC
Feerates: 301.57 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (440,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,184 474,184 0000000000000000003a8d2770982488e49c33baa20a900cd0a347d2978df15c 1,647 1.00/1.00 vMB 138
474,183 474,183 000000000000000000cc9ec7eaa51be7ab047abdf17899b3a459adf36903f1db 1,859 1.00/1.00 vMB 163
474,182 474,182 0000000000000000003b42f59f8fd7b7974b6f7e609d8bc28b93c90643797bd9 2,577 1.00/1.00 vMB 332
474,181 474,181 0000000000000000010a2d4517ad5106ac9333f5387628a5d97707f719ab5d0a 664 0.73/1.00 vMB 59
474,180 474,180 000000000000000000b2cc654d758424bdaf61c7f8d6c84483154fd03b5942a3 738 1.00/1.00 vMB 87
474,179 474,179 00000000000000000077e22878f22e87ecfa8cf10e50578801c82d45cd9225cd 1,544 1.00/1.00 vMB 108
474,178 474,178 000000000000000000b3054e83871f94802d5efd947c9fb23218208bc4ab0df8 739 1.00/1.00 vMB 68
474,177 474,177 0000000000000000004e95159f64af3d183125f8195bea0b723d40b1235e5f6a 2,129 1.00/1.00 vMB 147
474,176 474,176 000000000000000000b016a9133d0dd5478a5456d6e8064de563c93cfb279988 1,949 1.00/1.00 vMB 49
474,175 474,175 000000000000000001656664a111f56a605280f7de1f2ae28989589c1e6fdf96 1,439 1.00/1.00 vMB 226
474,174 474,174 000000000000000000c71bf2413c03936c0a4a9c5b255e730a157b98721d33f6 2,237 0.99/1.00 vMB 256
474,173 474,173 0000000000000000016a6c39eec0fe6cb137379dea7e8fc1fa087dfb2f9999a9 2,835 1.00/1.00 vMB 387
474,172 474,172 000000000000000001488b87a0f505002a26cc0e4e964f50eeb02a13c748b1de 1,672 0.63/1.00 vMB 268
474,171 474,171 0000000000000000006a8095cb635b0de474eece6e6a2fb22fd7d62f5fbc23f1 932 0.59/1.00 vMB 118
474,170 474,170 000000000000000000ae7a1887e794e3c2cc0683dc1d733ec1134f3da0a69f82 820 0.47/1.00 vMB 245
474,169 474,169 000000000000000000989348bc71d5692ee046ce91523a3139224bbf7cb705ea 234 0.51/1.00 vMB 68
474,168 474,168 000000000000000001267781a5c57141f6a7d5a04898bfcedf7a6d8cf37d94fe 841 1.00/1.00 vMB 79
474,167 474,167 000000000000000000105e939571a7e38fce9a11eba7a369a9f99d6bbe5549ca 1,357 1.00/1.00 vMB 65
474,166 474,166 0000000000000000002fea3ea396d8e4c4e4260e0f04191d9c516b948302fcee 2,317 1.00/1.00 vMB 92
474,165 474,165 000000000000000000fe056c73f8fbd3a0fa605eab3fc0d8de1028866cbf0ca8 1,970 1.00/1.00 vMB 184
474,164 474,164 000000000000000001182396acd5f6f27d2ef3f7dabaaf2aaad0cf691043943c 1,700 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.94 GB
    • Received: 10.77 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.