Loading Tool

Explorer IconExplorer

Memory Pool

73,972 transactions
27.31 vMB
0.06442970 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt 6ef26643cb579e8204128eedb76f2b747dce80bf8b344473932bb19cad7f3f8f
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 049e9693133a6bfc7f4557e0f57cf29310051d2434a671b40df8f11af599b9de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.00640837 BTC
Feerates: 100.53 > 0.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (755,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,337 159,337 00000000000003f5ce3ebbade9fd5049b473884d52410b4dfbaeb047a8b6a3b5 1 0.00/1.00 vMB 0
159,336 159,336 00000000000002fdb094dfcf223d8a4dbffa704973b18fa2902d1445dc5bc0a2 8 0.00/1.00 vMB 54
159,335 159,335 0000000000000c2211187031d3a0f3f39d690d513ac84590ad5507039a902569 18 0.01/1.00 vMB 179
159,334 159,334 000000000000034af6bbec4fed50d8a8768cc21a1c367d58f75c4f8b818d32c5 35 0.01/1.00 vMB 22
159,333 159,333 0000000000000cc46c586991a66f99a87d9b51224f7dbf021f8bfe0c893c78bf 13 0.00/1.00 vMB 0
159,332 159,332 0000000000000dbe630909d2297a0cf902adaec14a68cc375c49dab60e125fcd 47 0.02/1.00 vMB 86
159,331 159,331 000000000000005774ad4e13ad1b607306c895090c96733c8a82c99c1430d659 133 0.04/1.00 vMB 22
159,330 159,330 0000000000000ba09839eb7906b3fab33b28e237800b0f7c8a1676136b499dd2 6 0.00/1.00 vMB 265
159,329 159,329 000000000000033ef5594bde6fa126362ceaaa79860429e94343a4be9c63889a 100 0.04/1.00 vMB 55
159,328 159,328 0000000000000d7e7b87950183c66b393e25c504b63c040a3ceacbb9d82d1033 17 0.01/1.00 vMB 101
159,327 159,327 000000000000039ab7d431f3353bd07807bf139903a5f1dbb625729e7e9eaeb4 29 0.04/1.00 vMB 57
159,326 159,326 0000000000000d5f9ef9938b45b77dc69bfd89f74013f75238769c9e49ab9f33 20 0.01/1.00 vMB 70
159,325 159,325 0000000000000a985ffdebe7eb1b330e67bd846d4b171da7e3be1d51c219b144 97 0.04/1.00 vMB 22
159,324 159,324 0000000000000151f7978e16a9f4010f7ec823a91b273e5f6f055f0622e11151 32 0.01/1.00 vMB 12
159,323 159,323 00000000000000c5c3afb7aae1967e976798874a2a0668ee2668f6d2d1d1107f 30 0.01/1.00 vMB 142
159,322 159,322 0000000000000a9c1bed2b0d332cdd96ced042f5b7f7569f89afd29b5246aa75 10 0.00/1.00 vMB 0
159,321 159,321 00000000000006199986f06e680f0d8197039ce79c06b155dba1fe3fcd816fb6 7 0.00/1.00 vMB 35
159,320 159,320 0000000000000e168c8a0942726d4679e6613c18f6d3944d7a114343a46ee7aa 9 0.00/1.00 vMB 80
159,319 159,319 00000000000003757da14789f46e0378ec4f0c1d5096f8e9cc4640efccdb82d2 12 0.00/1.00 vMB 0
159,318 159,318 0000000000000400b398ff2ef4a9e6e9289cb55462616cb3367ff7454021a70c 1 0.00/1.00 vMB 0
159,317 159,317 0000000000000e6c2ef0fed2ea6d166e41919c39d18d52715834274212500ebd 28 0.05/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.