Loading Tool

Explorer IconExplorer

Memory Pool

78,745 transactions
29.17 vMB
0.11918547 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 9e67ff0179e6f0ff946ce9026f51f4d8a1feedeba85b30c6b5334e6c0dfaae8e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (364,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,927 550,927 0000000000000000001647f96c634d9230f97c92779e5a502cabe07acd65b8c1 1,931 1.00/1.00 vMB 14
550,926 550,926 0000000000000000001fbf2e25df10c946289c9d8479b040cdc5203d31659f92 2,319 1.00/1.00 vMB 21
550,925 550,925 00000000000000000022b4824ee24f0319b8da4f897c0e6d5edb603f4f8e1544 2,032 1.00/1.00 vMB 8
550,924 550,924 000000000000000000084480ba5d4dc74e7966d91d236e372d7b0e070ffad325 1,912 1.00/1.00 vMB 30
550,923 550,923 0000000000000000001915676d8b40b5ce5e734b4c1fd267e9d680415073bcde 2,568 1.00/1.00 vMB 45
550,922 550,922 0000000000000000001fbab87b91c9667fa08a6800158c0c023655287b573ed2 1,115 1.00/1.00 vMB 54
550,921 550,921 0000000000000000001ae5ed7905298f62f85e600cd587c90199d8e94561fa86 2,434 1.00/1.00 vMB 21
550,920 550,920 00000000000000000015793f8a9010afae621f73ae8e93e5bc27b8a32f90f622 2,559 1.00/1.00 vMB 36
550,919 550,919 00000000000000000025b2c5116d6541b8170a070560f3056bfc3d250490291f 2,414 1.00/1.00 vMB 70
550,918 550,918 0000000000000000001507d803c9ce3a7bcee92db95bdefeb4f03b2cd414c75d 1,882 1.00/1.00 vMB 57
550,917 550,917 00000000000000000010d3fbe69c3ce1eb4fbb94d1c048ea2a765103975f904b 1,931 1.00/1.00 vMB 18
550,916 550,916 00000000000000000023f58d875d02d88196d22cb0cd6a9054a18530bb1e5b76 2,175 1.00/1.00 vMB 21
550,915 550,915 0000000000000000000d48c340b6844148b7d859b27dbba56ffed73617d723b6 3,671 1.00/1.00 vMB 14
550,914 550,914 00000000000000000017d5b2b2ecb39a6379071261077089d82c85568b208440 1,792 1.00/1.00 vMB 12
550,913 550,913 00000000000000000009fd9909ba156ff8ef44111787c284a271cc3899b3b9a6 2,307 1.00/1.00 vMB 19
550,912 550,912 00000000000000000009b515fb81c2d03eb9032683f2d502f1cec0d576766593 2,970 1.00/1.00 vMB 62
550,911 550,911 0000000000000000001c4abb36b37934ae13a8559168dc50a4fee0ae7b410f93 3,406 1.00/1.00 vMB 22
550,910 550,910 0000000000000000000c0ed010a4bc012732986e10ffd0106ede9d3c323791e3 2,565 1.00/1.00 vMB 34
550,909 550,909 00000000000000000015326fa252df47f38e8dc9206426bc8a7486d9a00d7811 2,609 1.00/1.00 vMB 63
550,908 550,908 00000000000000000015ad4d1edf4745b3ee296708e01029c4d6f53018123376 3,118 1.00/1.00 vMB 77
550,907 550,907 0000000000000000000177eb6e43a0d8b4420bc41ea7bbb3562d36819ba0d501 3,121 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.