Loading Tool

Explorer IconExplorer

Memory Pool

75,136 transactions
28.08 vMB
0.07776904 BTC
Random Selection Loading Transactions
Max Size: 170.64/200 MB

Candidate Block

Mining Attempt 1e681f8dc18f3fbd28d1dcffe258acda95170ef2ecaae74286f1fafc27e1839e
Version 20000000
Previous Block 00000000000000000001d55d38f99d10e41dddf340908afb2fb717900d90d262
Merkle Root 3431c6d88e99ac8cec61eee1451136e69af4bcf0d9ebfd24a7e3042c0872a6d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,739
Size: 1.00 vMB
Total Fees: 0.01687038 BTC
Feerates: 200.71 > 1.69 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,586 (776,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,874 138,874 000000000000028bf184e80507f7512bf1c87c5b8763ca7e2a2d415a8c382f39 17 0.01/1.00 vMB 73
138,873 138,873 0000000000000463c749f47be9a3971765ea6e0745aa51f8b0a3413c1388ff31 7 0.00/1.00 vMB 0
138,872 138,872 00000000000008c1e4a8b22b3435ed135b054fb6d7e4db0e72f9d1209dbc32a2 19 0.01/1.00 vMB 238
138,871 138,871 000000000000022242fae967a7ec2d3a50ff30932b2c0105c895c5cd0a749344 22 0.01/1.00 vMB 61
138,870 138,870 00000000000004957b63f1ef5e9079a76472877fbbabd27ffdd0ccafefbfbcfc 7 0.01/1.00 vMB 182
138,869 138,869 000000000000010bb4b08beb4f8818c801df3ca803d384fe824c839f85e637cd 54 0.02/1.00 vMB 157
138,868 138,868 00000000000006c8dd0d4d551543275db18d6861d94a29c93f29f3161cc20244 13 0.01/1.00 vMB 187
138,867 138,867 00000000000000e8386ca7c3e107f43d6253beb5813f65176b81c12b1f93edc8 46 0.02/1.00 vMB 0
138,866 138,866 0000000000000655d763b4b07a524f1648e27a46ba68efac457247aba4f9f677 8 0.03/1.00 vMB 239
138,865 138,865 000000000000078b234902d4223d264569f90b6903f84e97bfd60a3e3a2b35e4 1 0.00/1.00 vMB 0
138,864 138,864 00000000000006a2acddd7ed41dc3d982fa0ff6f5b1ed74328e182fda145e845 12 0.00/1.00 vMB 0
138,863 138,863 000000000000029956881259205b53afc1c78e1166870fcd943f8c720dda12f0 48 0.02/1.00 vMB 252
138,862 138,862 00000000000002e7cf72adb7c9aed3602430fece38f512ed0db3029905d15d17 23 0.01/1.00 vMB 355
138,861 138,861 00000000000005bb05852c709100f9ba1be7db68ba85a5ee9658105867334a20 45 0.02/1.00 vMB 247
138,860 138,860 00000000000009d2a76e2012232a2ad1bd4e8206506dfae661376a8b283cca41 65 0.03/1.00 vMB 175
138,859 138,859 000000000000024d6c94bb1f495639003bb7e46c49f915949c9a9ee342c0b6fa 12 0.00/1.00 vMB 971
138,858 138,858 0000000000000463b3adb2b4bb3e232bb19e650102d4d9a1b7b099ac61a63a35 47 0.02/1.00 vMB 594
138,857 138,857 00000000000008052dd218c9d3518f43a32194ebbc96bb975ca7d57a3445f480 8 0.00/1.00 vMB 242
138,856 138,856 00000000000002c861c8b1180a35cf87efaeb9f8105237f2b599b22d4c5a3199 12 0.00/1.00 vMB 0
138,855 138,855 000000000000065f03893c432f3209386472acc0980dddad0f149dc551835ebb 170 0.07/1.00 vMB 177
138,854 138,854 00000000000004dfd8223d03f8c3f692e53f762a800248f9a85ff21c05763cc7 13 0.01/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.40 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: 770.12 GB
    • Received: 19.78 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.