Loading Tool

Explorer IconExplorer

Memory Pool

83,511 transactions
31.03 vMB
0.13899852 BTC
Random Selection Loading Transactions
Max Size: 187.21/200 MB

Candidate Block

Mining Attempt 2af0295946c14f6daa029f242a711a307dea28ff6d4ea6e89739cb0aecfa511c
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root fe74ad802963ae065518cebdf02eb52e62b8a8bf5c1963ae55880d664c1b9a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.07063356 BTC
Feerates: 366.60 > 7.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (463,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,939 451,939 0000000000000000016a5a68d69ce3156c9c496cef93e0f624f87af04e2e2427 2,562 1.00/1.00 vMB 150
451,938 451,938 000000000000000000ca97bd2a7ef6f16ed56fdb137af4648bdba8ab17b4d7d1 2,228 1.00/1.00 vMB 201
451,937 451,937 000000000000000001a80ee03f2ef192b906aa2546da08af977ca09e223a6585 2,756 1.00/1.00 vMB 102
451,936 451,936 000000000000000000346206b04ce635cb9f6b22921ec6a53576b2bfc3599aca 2,307 1.00/1.00 vMB 117
451,935 451,935 00000000000000000064aedeb319dbd07e26c7520f7fcd69252d63dc2c4818a4 1,819 1.00/1.00 vMB 162
451,934 451,934 00000000000000000111c5d4980370bc6f2462776b26b34b42f972df051c29ec 2,143 1.00/1.00 vMB 123
451,933 451,933 000000000000000001915ce2ef23ec48306a323b14e59afa549b37e9827c7fa0 2,295 1.00/1.00 vMB 160
451,932 451,932 0000000000000000025d58665a14ff24e7162d04ad162d2f2019345f8f56f459 1,529 1.00/1.00 vMB 71
451,931 451,931 000000000000000001ee5b2229cc510836ae0f15c713fa638f3b39ba0c98fd72 2,281 1.00/1.00 vMB 102
451,930 451,930 0000000000000000010d9c6e6b6d5e3d1b2b04f56a6e2d5a6f644b3d5b768fd9 1,806 1.00/1.00 vMB 70
451,929 451,929 00000000000000000265bf05b72b466b24b9aeba30cbad0e179cc536c9e2a400 2,245 1.00/1.00 vMB 128
451,928 451,928 0000000000000000002826f56411f26f29eed438bc3c84eb4cc46e20d9b8c833 2,526 1.00/1.00 vMB 93
451,927 451,927 00000000000000000156a703b422b305ade6804fb3bb1bf0c528b501caaff1c0 1,941 1.00/1.00 vMB 95
451,926 451,926 000000000000000000f116e4787c969cddb38272118b2430decd2a2f808c229f 2,425 1.00/1.00 vMB 188
451,925 451,925 000000000000000001d4e5dc87bbe5f16ab154947357e3e7a1970be1f1b0ac9f 1,945 1.00/1.00 vMB 108
451,924 451,924 000000000000000001bc41a0ad4beb289abbc46a224cee1578c0839f6aaa924c 2,204 1.00/1.00 vMB 143
451,923 451,923 000000000000000001e57e6ee96ddb0b2bab7c4fde6bb630335fa8d966effdd5 1,883 1.00/1.00 vMB 108
451,922 451,922 0000000000000000015921ca555d0108d597a62929ff80149d5de1b471422ed4 2,426 1.00/1.00 vMB 163
451,921 451,921 000000000000000001f233bf4b9db4b21e570e8eb492d72b50f409d6eb8213b0 1,808 1.00/1.00 vMB 83
451,920 451,920 0000000000000000007e92d1482ef90f97c78171c8e5f6792e266c97ce6bff15 2,008 1.00/1.00 vMB 116
451,919 451,919 000000000000000001200cd687f6ebe417f0a57a567b2834868eeef17b4b50cb 2,036 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.