Loading Tool

Explorer IconExplorer

Memory Pool

79,533 transactions
30.36 vMB
0.08027040 BTC
Random Selection Loading Transactions
Max Size: 184.94/200 MB

Candidate Block

Mining Attempt 19b6e6034109e6f5af502ac41e1da99f503e8efdea5fcd830c16d0a4d25c3db4
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 0df60ca25966aefbb69b6cdde39fe7a356fff637e6f08d02d08b9a8124551331
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.01189097 BTC
Feerates: 40.21 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (483,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,199 432,199 00000000000000000309a06ef2e12094f3de5f78fc4ca3f60c53ad197b1e1708 2,540 1.00/1.00 vMB 69
432,198 432,198 0000000000000000014c527384ad9ad75f116634ce5bfb7fe64278825e674eb5 1,793 0.99/1.00 vMB 39
432,197 432,197 00000000000000000484bdc61ef559bbc35bcac107058a7d577ecfa006eb77c5 2,611 1.00/1.00 vMB 74
432,196 432,196 00000000000000000005ff75a256601ab136016a96d865bf48294c67b799d2d5 2,082 1.00/1.00 vMB 60
432,195 432,195 0000000000000000030c2bfcbd9173893e6c1eaed8b3af26156ec57289f58560 2,830 1.00/1.00 vMB 79
432,194 432,194 000000000000000002bb80057c8126a7849d367370ffac6fc620df9d51720276 1,667 1.00/1.00 vMB 43
432,193 432,193 0000000000000000022995ed79cce9cb77fe188f0ad72b00a7eb2a7536d62f86 1,667 1.00/1.00 vMB 38
432,192 432,192 000000000000000002c67869299a740d159d55f3ce5efc0db3086c375c2d8a9d 2,106 1.00/1.00 vMB 51
432,191 432,191 00000000000000000216d59de4ebdc3ed05b734d81c32f49cecd08cc694e626d 2,111 0.99/1.00 vMB 60
432,190 432,190 000000000000000003b8c25b460ce4737bdb71a80abf80f2e59dfaea61cdad22 2,756 1.00/1.00 vMB 73
432,189 432,189 000000000000000003b86a5daf17acc5015bf97f4dabc42e4160c0a6a9276d5c 2,150 1.00/1.00 vMB 71
432,188 432,188 000000000000000002c2d93f5e95580f11a8d2adf90961cdbf397b0fae856bc7 2,865 1.00/1.00 vMB 75
432,187 432,187 000000000000000003a6e1c1cd1e83203c7f97035b5c9b24a734af91c0262d0f 1 0.00/1.00 vMB 0
432,186 432,186 000000000000000003c7f998975ab1700fe6fb305ec571c12a86eec22f9ad137 2,949 1.00/1.00 vMB 96
432,185 432,185 000000000000000001983833674cacf410794854bdd61d829663ecf5e4461cdd 1,880 0.81/1.00 vMB 65
432,184 432,184 000000000000000000556a15d0a895f545557e40c74c986c36a076f0e551eb70 190 0.24/1.00 vMB 17
432,183 432,183 000000000000000000a07c09d21beed7d4cc79217fcfe5e0f7266c16244134b2 952 0.97/1.00 vMB 19
432,182 432,182 0000000000000000028bb3fcdcba760fe3f279a2c39e411ae1e7a6a5136c978a 1,640 1.00/1.00 vMB 41
432,181 432,181 0000000000000000024458ccc174a2ec664c5355352f0eaf44e25f123df23798 2,460 1.00/1.00 vMB 72
432,180 432,180 000000000000000000a0ba5e8a4e2d9ccb49f383d5495a3ee605b8daa59492ae 1,994 1.00/1.00 vMB 48
432,179 432,179 000000000000000003ec7d584470727a41136125770a87cd497ca61d3b98135e 2,640 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.