Loading Tool

Explorer IconExplorer

Memory Pool

82,884 transactions
30.41 vMB
0.14809945 BTC
Random Selection Loading Transactions
Max Size: 184.20/200 MB

Candidate Block

Mining Attempt bb23dadde14a5e76312b56a9c8af21fb3b6c18bbfdc2d4e17e0e8ab123aad8ec
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 15dec6179f6a27d6743048bec16458692ccc2b0ee370a62af5ee2d79e72bbb01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.06704942 BTC
Feerates: 150.61 > 6.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (795,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,989 119,989 00000000000009d24e39617589a9279c4bb225f342d78503b43e887088cfa1cc 9 0.00/1.00 vMB 0
119,988 119,988 0000000000006a372f31a7eb4873fd8539c0ef11d836dcf8192d72f3676e979c 9 0.00/1.00 vMB 0
119,987 119,987 000000000000a64b6b994abab14f43e024ccdaea9347d309c637ff6ce0ea919e 14 0.00/1.00 vMB 1,409
119,986 119,986 0000000000002d0895991acb2dd24b44a82347680f800ee3c7163292f776be5b 10 0.00/1.00 vMB 1,638
119,985 119,985 00000000000091108032fce57099b7dad0cc42444e400f540db05c18a88d10b2 8 0.00/1.00 vMB 0
119,984 119,984 0000000000004169ead027388f8c0b2bf5e084c4a08b9ddf9b046e3abd2d82de 35 0.01/1.00 vMB 1,212
119,983 119,983 0000000000004a1b10d8225158c2f0b535472ce1fdfe532a02d153ec7fbfc82f 10 0.00/1.00 vMB 0
119,982 119,982 0000000000004b6df100ab999cb4229654cc0deb724b448e243dad9c05d987e9 8 0.00/1.00 vMB 506
119,981 119,981 000000000000285b7331248715f650b9eed614c451d8655bb68b4df08bfd39a3 4 0.00/1.00 vMB 1,353
119,980 119,980 0000000000002aa8e0124afd53f561670b1cd047e7fb34e1fa11d3b157cb5c5d 2 0.00/1.00 vMB 0
119,979 119,979 0000000000009182fa19fd516ef79750c1981dcf19be93e9d5b88282cd7f3d35 21 0.01/1.00 vMB 0
119,978 119,978 00000000000090c5154dfca009bef8b4d70fa63045e61df9d08990a3c9fcb574 3 0.00/1.00 vMB 3,868
119,977 119,977 0000000000004eff35d217dc7e1ab7257af1a8252f84094ab6ec51b4f9a3b22e 10 0.00/1.00 vMB 648
119,976 119,976 000000000000303b21f14a434104c251db9390fe17c30889ab7f8ec05e16fc8f 18 0.01/1.00 vMB 390
119,975 119,975 0000000000008a7b0381dd44a6c327e98b3e61f83c28c66293a9834ca8484880 1 0.00/1.00 vMB 0
119,974 119,974 0000000000005bbca50bb5d981433363a150bf0645de7bdc1ae3ab1f13e61c4e 9 0.00/1.00 vMB 860
119,973 119,973 0000000000009cbbccc6a95ed678d71f16e7b8da0bb26ca0d6a34b4e66e7a85c 6 0.00/1.00 vMB 0
119,972 119,972 0000000000005441091fdd0391024dd92f5b806d0bb49bf5cc5a06a44bb504fc 8 0.00/1.00 vMB 0
119,971 119,971 0000000000007369291567f5d4235e57ed3d7c3454d89f2d954f5eefcb04f772 15 0.01/1.00 vMB 1,026
119,970 119,970 000000000000003be0584aeb735559daeeca0a23829ee52ac4047ad7f8b650cc 7 0.00/1.00 vMB 300
119,969 119,969 0000000000000048b067e05e286c706aa210fee0a518693edfa988bd883df861 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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.33 GB
    • Received: 16.20 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.