Loading Tool

Explorer IconExplorer

Memory Pool

79,199 transactions
30.08 vMB
0.12512016 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 94511d2a2e3487b15ef59e64ac830eeb97a3da32b2f5b57e90fc048e33e6807e
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4bfc8f2dbe0127e3f1cf2b20ca84cec2090c96e30f83a2a96354e396a4c96a58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03886689 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (20,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,792 894,792 00000000000000000001bcfdeb4a28dcdbb416c1c15cd2716278d4bc5e57e31d 3,460 1.00/1.00 vMB 4
894,791 894,791 0000000000000000000186fe619b4b3c3e8856c80a21bbb7461950edf3b6cabc 3,446 1.00/1.00 vMB 8
894,790 894,790 000000000000000000012e66c7e304a0fab569da868e69f25fef4d8922283e4b 1,915 1.00/1.00 vMB 1
894,789 894,789 00000000000000000001fc2667509433059ce4134a5f593ef2b9ef9cda747554 1,151 1.00/1.00 vMB 2
894,788 894,788 00000000000000000001f27e2bfc14a14059f28ff2df8d911e58fb148cd6d6ec 1,248 1.00/1.00 vMB 2
894,787 894,787 00000000000000000001616f82b7fd0cdae313d18379e859ffab38ef8fadc311 1,401 1.00/1.00 vMB 3
894,786 894,786 000000000000000000022150cc2da596ba22751566e94e0f9cdefe0cedf2d61c 3,503 1.00/1.00 vMB 5
894,785 894,785 0000000000000000000142bd2c73d3abac25e363db58a66f0a3745adc5098aba 1,166 1.00/1.00 vMB 2
894,784 894,784 000000000000000000010e477bd666ed06e1b1fa0a96e2c5d3ece89c8914f9ad 2,990 1.00/1.00 vMB 5
894,783 894,783 000000000000000000010a1825f3e6ccde647fbcd22d298865045c3ea8fd6ac6 600 1.00/1.00 vMB 2
894,782 894,782 00000000000000000000fd3fa2f94cda81bcb7a2a9b0d7fc9e55307989ce017b 795 1.00/1.00 vMB 2
894,781 894,781 00000000000000000001388c7f9aec361641092560b6a7c21cc0bf136e993264 2,420 1.00/1.00 vMB 4
894,780 894,780 0000000000000000000140e41306ac1614067440f45fc69c60faa1f37585f561 2,124 1.00/1.00 vMB 4
894,779 894,779 00000000000000000000707e1d208f8b8f218d523110239ae8cbbde9b64e7e71 1,046 1.00/1.00 vMB 2
894,778 894,778 000000000000000000005af016269e13bbca8f0b171f52e13c2b80cf003916c6 2,449 1.00/1.00 vMB 5
894,777 894,777 000000000000000000002927c5e96f1500d8e07562e2a74c94c7bc2c6ade315f 1,008 1.00/1.00 vMB 2
894,776 894,776 00000000000000000001ed464366e01b7f849afec6446108f73eb89097285e30 2,314 1.00/1.00 vMB 4
894,775 894,775 0000000000000000000049daa6b4eae043509eeeb19a82acfe55ea35764675ae 2,901 1.00/1.00 vMB 4
894,774 894,774 000000000000000000005bfb189ce1c772352cd810dd76a61a6fd53d4b9e82b8 1,793 1.00/1.00 vMB 3
894,773 894,773 000000000000000000023c89e71c17bd2a08476fdbb8f121786ecb7eec7b8bdb 1,109 1.00/1.00 vMB 2
894,772 894,772 000000000000000000010aac335ec895c2cd5da2e175c75666d9b610ad61d4f9 3,046 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.