Loading Tool

Explorer IconExplorer

Memory Pool

79,171 transactions
29.65 vMB
0.07567222 BTC
Random Selection Loading Transactions
Max Size: 177.88/200 MB

Candidate Block

Mining Attempt abb5ef5246ae8e653b05e218c1071889bf09a2a570b2ac4fab2ddd2ba71b9db3
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 401927a1476e6cd68b2686ac82e459705bf12b37fe9f91574644a4beba33f545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01540082 BTC
Feerates: 313.32 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (535,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,904 379,904 00000000000000001197ca7f3467e08d5b879ac926a3fd9a79f0aee6ca168d98 850 0.66/1.00 vMB 20
379,903 379,903 000000000000000009581c1013c96b586cbf7a9430180e06ebca1ee54ad4ca02 2,882 1.00/1.00 vMB 50
379,902 379,902 000000000000000003f5be285b592c3dc74204e2ce50b6ca9235317d0d844f32 975 0.52/1.00 vMB 44
379,901 379,901 0000000000000000105253a8748f461341a7e5bb70b2e43e1dab6cfcef0a4880 1,542 0.75/1.00 vMB 36
379,900 379,900 000000000000000002632ef9aae3e926a4a0b9e69a9deb730c35a306bece3bb1 1,548 1.00/1.00 vMB 25
379,899 379,899 00000000000000000840da0c0343ff319f0e99dd9075acc3fc0df22535bdecd1 2,147 0.95/1.00 vMB 37
379,898 379,898 0000000000000000029bb6ab534200967eb7f2cb964cdd96f9ec3f5c3a2a9a6c 2,276 0.75/1.00 vMB 74
379,897 379,897 000000000000000009ec60adcf6877463e78e4a0e884ae06c1a2175f73966c5a 1 0.00/1.00 vMB 0
379,896 379,896 00000000000000000c2908a78d84ca17ee2ed445762a0930c81ac9ab3e672f6e 1 0.00/1.00 vMB 0
379,895 379,895 0000000000000000074e384db684dc24c6d1a11443a89af482170e314f97d854 303 0.17/1.00 vMB 28
379,894 379,894 00000000000000000809f411835a2fddcc7cf043fd662b0598ad4a515c97b883 1 0.00/1.00 vMB 0
379,893 379,893 00000000000000000a758e5e7db4cb2f0c8f84ebf6f09915acc9c8dbca589205 1,720 0.81/1.00 vMB 38
379,892 379,892 0000000000000000097ebad5b89f15d46bc2bb36423af7cbcaa83a87f3f2a178 493 0.73/1.00 vMB 13
379,891 379,891 00000000000000000bbd491173b40160b74e212650b7324bc74b33367d0e0a6b 1,433 0.93/1.00 vMB 24
379,890 379,890 0000000000000000040c77c6374e7d99fd286f6dff539fc7892dd4bced444ee7 1,506 0.69/1.00 vMB 33
379,889 379,889 000000000000000003625a689bf55726e6bf0d3172b9a0ea2ce3a14fda48dd24 2,380 0.75/1.00 vMB 67
379,888 379,888 000000000000000011744041ffc3f743ac570c392142969ccbecef810565b61b 827 0.43/1.00 vMB 36
379,887 379,887 00000000000000000fa8a5ceac2d23e30a00569fe20c224a35fa2c96cc767ca7 1,087 0.60/1.00 vMB 35
379,886 379,886 000000000000000005f272e7656f8cf0428278ba8acde43669dc9fe30df3129b 244 0.20/1.00 vMB 27
379,885 379,885 0000000000000000057c16d860ef1bcd88030d77b919833f58bb3b1db1a1bb59 1,932 0.93/1.00 vMB 39
379,884 379,884 00000000000000001055499afb0b7abaa49e7e4ca231a8fe1b96df9488645a43 1,032 0.51/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.