Loading Tool

Explorer IconExplorer

Memory Pool

79,815 transactions
30.21 vMB
0.10932296 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt ea080a979141e1bd58c41f6d6794059a750ce785153e41c35dcc6421f567a41e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 8984c779908a4a9d1dda7fab79a4c6cc76432e95136a5d0566340dc7f4086e4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03795961 BTC
Feerates: 151.00 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (535,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,318 379,318 0000000000000000020b7ada157aefc2759db06abdad381d68da3745366e2250 2 0.00/1.00 vMB 0
379,317 379,317 00000000000000000775aeb27923acd8b2dfaf87a09ccd6b0a3d4e7f61d08932 1,549 0.75/1.00 vMB 43
379,316 379,316 000000000000000001b5588ab98ea76595559250c890700fd08096d0e9af5863 897 0.45/1.00 vMB 35
379,315 379,315 000000000000000003a8c34288aa56a7d88a3cc06cadcad93172aa227a0ce081 1,192 0.81/1.00 vMB 25
379,314 379,314 000000000000000009c99f71e13603358d109f484f8d372479033472f2812816 648 0.32/1.00 vMB 37
379,313 379,313 00000000000000000523f5b5ef44be37bd59f8bd1dcf487a1b0f351253cd748f 1,184 0.99/1.00 vMB 19
379,312 379,312 000000000000000004b31812d3f03d09de61273dcb08fccf0c8cc4c5acb7409d 410 1.00/1.00 vMB 16
379,311 379,311 0000000000000000069d028fb63e73aec6439561ddf0719fcd74c2717a4301b1 1,312 1.00/1.00 vMB 28
379,310 379,310 0000000000000000118b729b0727853f201ac8e5899b889730b7eef1da1725b7 1,595 0.91/1.00 vMB 36
379,309 379,309 000000000000000011a79b8f227272bab096be2e7b556de503790322830704c4 1,753 0.90/1.00 vMB 37
379,308 379,308 0000000000000000034acd63ee2ba1cf2408cbf6a5544071194c64b2f2ff847a 1,151 1.00/1.00 vMB 25
379,307 379,307 0000000000000000066c2daaef5d3f1bb1c828e5a7f54cebf4a3892ffdcbbcc3 1,240 0.93/1.00 vMB 31
379,306 379,306 00000000000000000ef83c2e4e10728dd57416cdf740ebe28296e3f95eaa7a51 2,376 1.00/1.00 vMB 43
379,305 379,305 00000000000000000486ea3a1bacc21142d293f3f58afd3b6d19cf196c5b92fa 1,570 1.00/1.00 vMB 28
379,304 379,304 000000000000000003c2a43fb3aa44544fb750313f868933f7348f79c05193bf 2,446 1.00/1.00 vMB 44
379,303 379,303 00000000000000001165cbe41a68ec2547c9b2b98f64f84a0b80c197e0283011 1,688 0.93/1.00 vMB 38
379,302 379,302 0000000000000000117c05bdc510018ed71d6070b906931fbf98e5372900b647 1,808 0.75/1.00 vMB 52
379,301 379,301 000000000000000009a7cef0a1434b7f8bda284ba9df9b2be37b1bd029d02aa3 760 0.39/1.00 vMB 32
379,300 379,300 0000000000000000083968d68f9444a1c1194552a5f24f0693af4fad75af8b09 1,238 0.78/1.00 vMB 26
379,299 379,299 000000000000000006f4abf3de76554365e9b4e17a3e5c9128bb37411f4d5a8a 531 0.44/1.00 vMB 17
379,298 379,298 000000000000000011c090305e2333d98f47211b009f350e80797900753bdd7d 852 0.86/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.