Loading Tool

Explorer IconExplorer

Memory Pool

39,613 transactions
28.67 vMB
0.07592106 BTC
Random Selection Loading Transactions
Max Size: 145.63/200 MB

Candidate Block

Mining Attempt 1ae3c56bdd9566fee63e02cbbaf0d765d40d4b3c06f7431cc0dfb594880ccc60
Version 20000000
Previous Block 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9
Merkle Root d62e590334646cd063b86ec2c63c62aa7d513e8e2844fa04854b4bf88d23d3a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.02046919 BTC
Feerates: 115.11 > 2.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,608 (550,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
364,175 364,175 000000000000000013fbc88d8ec38a08f3b9fb3273bf5cffa34df25f8d9aabca 1,389 0.93/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.70 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: 628.93 GB
    • Received: 11.85 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.