Loading Tool

Explorer IconExplorer

Memory Pool

78,531 transactions
29.24 vMB
0.13153377 BTC
Random Selection Loading Transactions
Max Size: 176.64/200 MB

Candidate Block

Mining Attempt 7369436982b2d1c91534bbcd4db8df5358153c4bbe29e164e72aa1acd5ad62bd
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ed3be124887506b8a829124d8887df6326fd52ae8b961f8ee6d604dfd83b63d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.07020223 BTC
Feerates: 108.69 > 7.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (512,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,073 403,073 0000000000000000054c865f38eab66fd3152e1fd4eed4a1b2ebcbb020cba5bc 1,216 1.00/1.00 vMB 23
403,072 403,072 000000000000000002e37c9cb622926ce36d6f0c589584d30181e9f5e3dee84f 1,605 1.00/1.00 vMB 43
403,071 403,071 0000000000000000035f93e0f1b364d7a6dbe4b83f5c3d65d18cecab799fe615 1,054 1.00/1.00 vMB 42
403,070 403,070 0000000000000000041d0fc7c2979028b6846fdda9d44cee4aa491dba513b084 2,495 1.00/1.00 vMB 60
403,069 403,069 0000000000000000030134ce69bc6543c771d2bbee14476aa4538d013e847ecc 2,337 1.00/1.00 vMB 60
403,068 403,068 000000000000000004f919fd34791941c1868faa17ddd2ae9fbf5253d2a63e0c 1,198 1.00/1.00 vMB 22
403,067 403,067 0000000000000000028dff0a6f5f34e46a62083b2db1c8960db3581390d5793e 1,897 1.00/1.00 vMB 38
403,066 403,066 000000000000000001f14b3754e1cdcc7b79c94ab298a518e918f7f4d06cf355 1,942 0.93/1.00 vMB 56
403,065 403,065 0000000000000000060aadee85165b5ce18e33f1ce1e7eb43a2f8b7b199c8902 1,129 0.93/1.00 vMB 19
403,064 403,064 000000000000000004c29810d5d172266acd30f05d65b9e4012d2bd341eb3d98 2,456 0.93/1.00 vMB 82
403,063 403,063 00000000000000000185a687ea8b9b5ca2c9da58d940901f37e4a02c19c2b654 2,051 1.00/1.00 vMB 28
403,062 403,062 00000000000000000456b7cf2721041dff705e67884dea11a96a73bdc25e32ca 2,864 1.00/1.00 vMB 65
403,061 403,061 00000000000000000590b51ef500a8c603bd7fc71d48a97a19371714571f5e02 3,199 1.00/1.00 vMB 59
403,060 403,060 0000000000000000056d5d26366019d050b1d3f1c40dd4dbd1399f2f9eae0f85 3,178 0.93/1.00 vMB 110
403,059 403,059 0000000000000000055dd2af39aa9ecc1585efa9d7c9f3cf823ad4581d09f7b7 565 0.25/1.00 vMB 43
403,058 403,058 000000000000000002bb3c6f46b6d2fb22a178f18554ce4bf63b828578c3a121 1,814 0.98/1.00 vMB 32
403,057 403,057 0000000000000000065370129710b7c324e3d5a4cee05fdca30b0a7286d1ece4 371 0.16/1.00 vMB 56
403,056 403,056 0000000000000000055534ac494cee7c842f9a740871b10eda7ef458561a41d3 53 0.02/1.00 vMB 53
403,055 403,055 000000000000000003b29c317db30a84d8f1ed3d958cf6b8011e80ebf9391c33 1,078 0.91/1.00 vMB 28
403,054 403,054 000000000000000005677d295ee91ea1deaa80818f9b7036bbf4b972915ffd49 983 0.50/1.00 vMB 40
403,053 403,053 00000000000000000149237256a8bc0d995918965182f4f9506d7761e8f223a0 1,739 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.59 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: 671.54 GB
    • Received: 15.95 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.