Loading Tool

Explorer IconExplorer

Memory Pool

72,734 transactions
28.05 vMB
0.06717704 BTC
Random Selection Loading Transactions
Max Size: 166.12/200 MB

Candidate Block

Mining Attempt 5a305cc7049d2d505b36533032e433dc17bf62c8261dedb18f2cc24004e6eac2
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8fdb6daab00b863250a617825baa54248bbb9346b4b29efcc612dd2bd147403e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01096069 BTC
Feerates: 150.86 > 1.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (444,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,719 470,719 0000000000000000004202e433c349af5a94ea1b85cc70ce46fd0fdd5adfaba2 2,277 1.00/1.00 vMB 364
470,718 470,718 00000000000000000126642e192d6bbe1f213bf21f467feb84b07a77dede63af 2,155 1.00/1.00 vMB 214
470,717 470,717 000000000000000000767f0548889cb19c1870c75ea11ec8e8d4373403f3da38 1,945 1.00/1.00 vMB 378
470,716 470,716 000000000000000000538cbcdae252dff3bbfc95b6318deb55f1b64136a4136a 2,216 1.00/1.00 vMB 361
470,715 470,715 000000000000000000ee8f833c4f6053a12acc50c79561b756b123dae3a763f0 2,429 1.00/1.00 vMB 441
470,714 470,714 00000000000000000189c9af5363998ba59673a82f5c96b196c0466a4908f15f 2,311 1.00/1.00 vMB 444
470,713 470,713 0000000000000000004cd40b17f1e20f963e83600d15a96195e2ff22d9d0cb3a 1,945 1.00/1.00 vMB 339
470,712 470,712 0000000000000000009b712bf072894e1bf5191eebdbab422b6d96d61de5fff9 2,184 1.00/1.00 vMB 100
470,711 470,711 000000000000000000cd079b28aa5b7a919a1a3ecd074e86d716b4852e9a0f6b 2,123 0.99/1.00 vMB 175
470,710 470,710 000000000000000000537924f7878702324f324def6ed6eb978ed7eeafcc16a0 2,496 1.00/1.00 vMB 170
470,709 470,709 000000000000000000cd9f0671a2cf26b0fad327ba9dfcf8fa28237bee7d17c2 2,315 1.00/1.00 vMB 240
470,708 470,708 000000000000000001413d13f627afc4280bef45b57f3d1c8a562013c059c3b5 1,741 0.84/1.00 vMB 328
470,707 470,707 0000000000000000004006b583a472e59a0789050fd4bfd7d9848b3592605318 1,326 1.00/1.00 vMB 264
470,706 470,706 0000000000000000007955a8e206dfdba068d84cc04fd44c83e8f16b73fa2feb 2,323 0.99/1.00 vMB 441
470,705 470,705 0000000000000000011cdb2e51e863df3dfbba59abf83cc6d13ae5cf4a9430d6 1,980 0.99/1.00 vMB 294
470,704 470,704 00000000000000000080eb38ef0f3c5e8fefdcd16c38ce7d626dcf305ff09a14 2,099 1.00/1.00 vMB 279
470,703 470,703 00000000000000000144138d92924086259e43a385403daaa759f35b77a8d777 2,105 1.00/1.00 vMB 338
470,702 470,702 0000000000000000011c01ff1d9c4baa5e37aaf862a3907f81694f7fbd12d237 2,569 1.00/1.00 vMB 449
470,701 470,701 0000000000000000018a8ca11fef2125d6352937a2eb40ee9fc62223880b27be 1,876 1.00/1.00 vMB 375
470,700 470,700 000000000000000000c15fcab55227d329546b346650eabdbdf359d781837b8c 2,125 1.00/1.00 vMB 394
470,699 470,699 000000000000000000ccd64f7c5f991e3a9e94c160527565f380212cdfdff0d0 2,103 1.00/1.00 vMB 374
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.