Loading Tool

Explorer IconExplorer

Memory Pool

82,790 transactions
31.17 vMB
0.09537962 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt 80cd25e60dc797b259a3befc0cbd47d1d76fbc997817040d5d870555c41e5959
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 2e4e7e895df7f5d96da0c11b418a7156c3bbf1ae350061297960dd50027c7b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.02515251 BTC
Feerates: 100.00 > 2.52 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (106,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,939 808,939 0000000000000000000268823af05330e2d59bcaad6d67d65a3dbc8cc40db49d 4,257 1.00/1.00 vMB 27
808,938 808,938 00000000000000000001054de3011869a7cb3796be5cf7811f3d619a105dbe9f 1,559 1.00/1.00 vMB 32
808,937 808,937 0000000000000000000266f2dc4e29045c6cf6fa611f4a71b02aa4248c3415fe 6,469 1.00/1.00 vMB 25
808,936 808,936 00000000000000000002ede704c7664baefcdf41833f2df51361b83237f57f0d 4,529 1.00/1.00 vMB 22
808,935 808,935 000000000000000000020e8ac16db7d383c60cc695602bb914d2d5146719fb2c 2,082 1.00/1.00 vMB 38
808,934 808,934 0000000000000000000286acbad39855a63d922271a36c9cf634f08ffeb28a89 6,351 1.00/1.00 vMB 27
808,933 808,933 00000000000000000001e6f24eae1ed09001350e2e400eff1eb5f5d52ad9daa2 2,197 1.00/1.00 vMB 23
808,932 808,932 0000000000000000000132ec83a6ee12d888119bbc87490f1a5e9f9b13705046 3,450 1.00/1.00 vMB 31
808,931 808,931 0000000000000000000374bc2388bf5a8898464d62fb26029da73c5e3033bf21 6,156 1.00/1.00 vMB 28
808,930 808,930 00000000000000000001efa471af3f3606e9b9e604612f495b88c2851c4ea84a 5,438 1.00/1.00 vMB 29
808,929 808,929 0000000000000000000244b9acdfa7c25389ecf0a2a2bd2f4073816aa55cfcca 1,472 1.00/1.00 vMB 23
808,928 808,928 00000000000000000000296eb3252851a009cfa1a1d9ac3b75e641ef606c9326 5,147 1.00/1.00 vMB 26
808,927 808,927 00000000000000000004164de234e2d5f0780c156ae6b215be548497fdef9fed 6,345 1.00/1.00 vMB 26
808,926 808,926 0000000000000000000458b620d5e5e33c7269905da1dd70294861dd336da889 2,782 1.00/1.00 vMB 24
808,925 808,925 00000000000000000000593908fa115a5391a95a2f47b52beecec46180e080c6 3,571 1.00/1.00 vMB 32
808,924 808,924 00000000000000000002404257841f2326d1529d75d04cdb1b04e78598d84019 4,233 1.00/1.00 vMB 25
808,923 808,923 000000000000000000020995992278311d3fd06f21ce8f451b93e8f1989a00ff 4,046 1.00/1.00 vMB 25
808,922 808,922 000000000000000000044b506ce5e09260bd055c4588b383f89e952571070f18 4,957 1.00/1.00 vMB 31
808,921 808,921 00000000000000000000ea7c8c3fd9a3f8f72cf78190bac73c3fe742557ed98d 5,404 1.00/1.00 vMB 26
808,920 808,920 00000000000000000003f89fea9d1f2281f30ce0b3b6c73463d36af6b9c8c161 5,784 1.00/1.00 vMB 26
808,919 808,919 00000000000000000004335f53a58d9e3c7263c88ced3cb43a434f627d98e1f8 3,996 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.