Loading Tool

Explorer IconExplorer

Memory Pool

42,836 transactions
30.38 vMB
0.07750215 BTC
Random Selection Loading Transactions
Max Size: 154.69/200 MB

Candidate Block

Mining Attempt d5e707b6b43cdfd876490a331fb69a5188ac9af6fabf3b623fd920b39ff23009
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root 52c257ff77f0954b31a4ab3d15cc18f357f0e26f61192ff2c14db28d0be2f0bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.01659740 BTC
Feerates: 150.75 > 1.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (550,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,196 364,196 00000000000000000d2b4b4dea4e1bc55b0557fd04e6c75b556b738dad094526 3,008 0.93/1.00 vMB 148
364,195 364,195 000000000000000012b581c6e6f4eac8099e877f70a3400a5e4cb0c945f7ccb4 2,306 0.93/1.00 vMB 51
364,194 364,194 000000000000000013fbd9a33cde23be4d58f5659d282ed733116b19b6a93293 2,298 0.93/1.00 vMB 60
364,193 364,193 0000000000000000002d8e230eb1e04b726ccfbb44cbf3ce825bd62d69ec656a 1,073 1.00/1.00 vMB 28
364,192 364,192 00000000000000000168081b9d05436151504c858513aeb4538c5debb0e034c2 1,877 0.93/1.00 vMB 44
364,191 364,191 000000000000000002be275ab941cdc8e691bbb29a76097979e44a9d8bb8f2ca 2,892 0.75/1.00 vMB 123
364,190 364,190 00000000000000000d09e05fde5fb7300d3342cac4fc990c882cc234115ad1fd 2,123 0.75/1.00 vMB 77
364,189 364,189 000000000000000005c3926e34c49a6701f5b08f61be4f8dd49412a43aa3350a 971 0.75/1.00 vMB 25
364,188 364,188 00000000000000000c2a5092b5363782b84518dfd4ad40b7228ab8d6ad05a86e 1,681 1.00/1.00 vMB 31
364,187 364,187 00000000000000000d96c0fb75e4157d9aff5e9a9c4bae136072c616e9dd944e 889 0.92/1.00 vMB 17
364,186 364,186 00000000000000000cd597231a464e53defe4e1ea536bd5012e1571a5b32a3ea 597 0.75/1.00 vMB 15
364,185 364,185 000000000000000006b07c06335a3555bf0d7224a215a938f01bf51ae8e79a9e 1,658 0.93/1.00 vMB 46
364,184 364,184 000000000000000009ee8af0cf761fcd7f0ec15cdcefff9defb9543fc29e7b1f 906 0.95/1.00 vMB 23
364,183 364,183 00000000000000001623cf0d54684008baa2f211a5be01b82fa461b8d9399ac5 1,322 0.95/1.00 vMB 32
364,182 364,182 00000000000000000da10e890d6f8852bd78a1e623f4fc638c5d1af19f8119a1 730 1.00/1.00 vMB 21
364,181 364,181 00000000000000000a9c5053aaf5ef55907e1c3594dd90b134c99a437fdbf19b 786 1.00/1.00 vMB 24
364,180 364,180 000000000000000007a9c33ba9ebb09f61459969d6efe570ca43de9348c4b318 544 0.75/1.00 vMB 21
364,179 364,179 00000000000000001512a362a7772dbf0db5c1c009aaff785b6baae181865b53 1,023 0.75/1.00 vMB 26
364,178 364,178 00000000000000000d3508c73ddbdc354ac48ef082f7ca729828dd64866e33f4 1,168 0.75/1.00 vMB 28
364,177 364,177 00000000000000000610bf45cfac3b6eb9784ee61d8a7792eba8369d2fbbc4b1 775 0.75/1.00 vMB 18
364,176 364,176 00000000000000001635590827ecdf7b55a0b162f542899dad584a03fafadca0 926 0.75/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

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