Loading Tool

Explorer IconExplorer

Memory Pool

84,338 transactions
31.67 vMB
0.14259873 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt 0700b0e5a033f069aaa299db098f89ebe0df2a1d584cce79e24361125d2d8588
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root c986597e0b61eae6933f2766f3260625576f443fdd610a0d704f5897820c8c30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03758370 BTC
Feerates: 55.77 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (247,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,957 667,957 000000000000000000050d295f10958a2d9be057e9301fa8d869ddc20b53c03f 2,582 1.00/1.00 vMB 74
667,956 667,956 000000000000000000068682df7c87821bc4b5997064eb0410ec3d762786f4fb 1,102 1.00/1.00 vMB 77
667,955 667,955 000000000000000000023df5ee7d1cb2b61f6c03777fddc7c13010cfa96e09b9 2,684 1.00/1.00 vMB 58
667,954 667,954 000000000000000000081d2075cab75270a38f0147a5f4fbde35376517af9e2e 3,008 1.00/1.00 vMB 71
667,953 667,953 00000000000000000005d37bfdf121db6f81c7881b68c9f98b37619b1b5e56c3 3,191 1.00/1.00 vMB 66
667,952 667,952 0000000000000000000304351e040efc5fab11510ed1861a9d131a333585bfc2 1,680 1.00/1.00 vMB 66
667,951 667,951 0000000000000000000812b23dae6f1a3c71ecd504cc7ea3f1a43f2c7aa547f6 3,028 1.00/1.00 vMB 66
667,950 667,950 00000000000000000006464ec609e39d85afa1088908d00ef3cc5d9775783b10 3,000 1.00/1.00 vMB 77
667,949 667,949 0000000000000000000166e3829312e07105c42ef559810a4df1e3093d889ac1 2,740 1.00/1.00 vMB 70
667,948 667,948 00000000000000000007ed4fd5048fd0c3f54e90dd3d882b1b32ad6dd1d2bd0c 2,840 1.00/1.00 vMB 93
667,947 667,947 0000000000000000000891831f9ddeb37c73066949678f37c1c0d5fc8352ee04 2,764 1.00/1.00 vMB 78
667,946 667,946 0000000000000000000bf2262ef3328925032e56fbe245fa53e04a354bda0af3 2,581 1.00/1.00 vMB 81
667,945 667,945 00000000000000000005dc33100139a996cdffa713a054131107b7a00838f5b3 2,893 1.00/1.00 vMB 89
667,944 667,944 00000000000000000005721c33e4e5477039277d0cf159fd6826769af3945a24 3,371 1.00/1.00 vMB 110
667,943 667,943 00000000000000000005b75a0c53f497b989099effd052125eff8459439b9fb0 2,863 1.00/1.00 vMB 92
667,942 667,942 00000000000000000008c052623f75b5f1b23892a39155e20c34fad7c78ffad2 2,313 1.00/1.00 vMB 97
667,941 667,941 0000000000000000000891310b25051d96e65f20d1cdb658e145cdeaf148351c 2,534 1.00/1.00 vMB 58
667,940 667,940 000000000000000000050e65fb73f17c4ed703ec7d004095c7faffa62d79879d 2,778 1.00/1.00 vMB 72
667,939 667,939 00000000000000000008901cbfb49ee663727376b552de5dba5acf7d850599b7 2,799 1.00/1.00 vMB 73
667,938 667,938 00000000000000000007d9ab00d5e34e8fbbd0e1e8fb87a20aeb792e99dbdf25 2,249 1.00/1.00 vMB 76
667,937 667,937 00000000000000000002eb8d83cc5eed0a81f6aaf4b768a8137a3a4a4a63464c 1,026 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.65 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.72 GB
    • Received: 16.32 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.