Loading Tool

Explorer IconExplorer

Memory Pool

84,368 transactions
31.67 vMB
0.14287133 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt d13c8dd019288e1628ef7ed0ce6c95d9671f0b1729351b28b88512f06486c3bb
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 8cfcfe01bd7d71516e08cd25770b8c595281b2ca637090d0abc69ffb6f1a3e93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,247
Size: 1.00 vMB
Total Fees: 0.03771141 BTC
Feerates: 55.77 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (535,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,323 379,323 00000000000000000f83a4f39a5b9ba8d06eec39ed3c325c41a3493389933c93 614 0.28/1.00 vMB 37
379,322 379,322 000000000000000006bcbbd3063d3c8046927a1cb83624dec72c17f05d502326 1,582 0.81/1.00 vMB 37
379,321 379,321 00000000000000000942175c9b984e7f825fc3fbb21db5ee73df230fc6e33250 762 0.45/1.00 vMB 29
379,320 379,320 000000000000000004676febe4a2a6c88064cc6ff6f354bb6e26928e051a94b8 580 0.28/1.00 vMB 32
379,319 379,319 00000000000000000990f3deeb34e5cc706f2d86324cfa1fa8f0dbc8b8eb3e29 1,157 0.86/1.00 vMB 26
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
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.72 GB
    • Received: 16.32 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.