Loading Tool

Explorer IconExplorer

Memory Pool

43,013 transactions
29.34 vMB
0.07755000 BTC
Random Selection Loading Transactions
Max Size: 150.66/200 MB

Candidate Block

Mining Attempt cfe78112bcbe0375e9789048447e64bc71b0ba95bbae461621ce2d6da910fb77
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 0947f9832119b24b4cbadb930def02d80a08bdee1de05c5a5b78ca2c02793dcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01995649 BTC
Feerates: 100.36 > 2.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (550,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,199 364,199 000000000000000006ae5d6d96b99181b52ec2b829c9994ab7fd4ab9a6389212 2,808 0.75/1.00 vMB 100
364,198 364,198 000000000000000013fb802faad2dd36a2417b8243812443f45843544eaaaf18 2,844 0.75/1.00 vMB 97
364,197 364,197 000000000000000000d6ef04586f60c458c716b54b0274ab7c780c8b4b6ef9b9 2,805 0.75/1.00 vMB 142
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
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.