Loading Tool

Explorer IconExplorer

Memory Pool

43,599 transactions
26.95 vMB
0.08836380 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 34af149c4404ca25d849313b782bb242e4c9100ea16ee61c989781470f0be974
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a0f494ec35d09f2dabc63f06b45f4d2e5a5f2d17d4e0b8489e29f74f62775db2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.03661485 BTC
Feerates: 151.01 > 3.67 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (426,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,932 487,932 000000000000000000c9693f5e7115f1aa3f275e1099513c74b8950e1e77ccb9 2,109 1.00/1.00 vMB 89
487,931 487,931 0000000000000000005dab446f30a7af7f039d18941cb0648e2795a0e460927a 1,187 1.00/1.00 vMB 66
487,930 487,930 0000000000000000006862568052a4823c8371ccba01648462ccd135e38f5806 2,195 1.00/1.00 vMB 91
487,929 487,929 0000000000000000003cf861ac03c07ec96b80634078fc514cd45e50fcdf7c38 2,654 1.00/1.00 vMB 80
487,928 487,928 000000000000000000c0c339965c1e1df01781391d3ca46cb6183dedefa2e565 1,988 1.00/1.00 vMB 98
487,927 487,927 0000000000000000003bdaa026790fbe6920a4ea127ee9b3d0dcdb1d8ac85f7f 2,293 1.00/1.00 vMB 109
487,926 487,926 000000000000000000a0580083ae2ecf9e82b053862b17cf490fd23314048b57 2,508 1.00/1.00 vMB 131
487,925 487,925 000000000000000000c497bf0424a526c5da3033820a5f979c70a935fd5f091d 2,012 1.00/1.00 vMB 139
487,924 487,924 000000000000000000ba07f92a5c83a5ea8ea2018941cfcaa0118c442ce43b08 2,223 0.94/1.00 vMB 139
487,923 487,923 000000000000000000d44c6b9b4de58f69afffd645d53e2a43b0d806cb19b64c 1,871 1.00/1.00 vMB 121
487,922 487,922 000000000000000000155e31a038619aa83883ce09bc0a10c1e72bf4853adb9f 2,186 1.00/1.00 vMB 153
487,921 487,921 000000000000000000ab1d344a954fef397c72d4d63f88600cc26842559eaacf 2,132 1.00/1.00 vMB 151
487,920 487,920 000000000000000000d5977f7f4ab5f180c72c8e58060ba39f6de05f8b4f8bd6 2,190 0.94/1.00 vMB 71
487,919 487,919 000000000000000000adf2c6d1bfce1fd07729203dadb77f5a83958b3c75f802 2,224 1.00/1.00 vMB 162
487,918 487,918 0000000000000000000014b38188d0f09b310c2cb0dde52157d3ff025c0e7eab 2,227 1.00/1.00 vMB 146
487,917 487,917 0000000000000000005c9e5f9e726681c64e82d80dec540393c660483f015ce2 1,899 1.00/1.00 vMB 42
487,916 487,916 00000000000000000064c5d2bfac01ba94141e79453628816340b7bb48b3e2a1 2,191 0.98/1.00 vMB 113
487,915 487,915 0000000000000000003356e4ee1db7e9af6da0d42f2b05653c45efab3ea8c688 2,290 1.00/1.00 vMB 133
487,914 487,914 00000000000000000060d95a3707bc32c3107081dd65024b5a703354e2324ebe 1,906 1.00/1.00 vMB 88
487,913 487,913 0000000000000000000c6e70b52683b9671a8d8eff6e1ed24940894df0660830 2,050 1.00/1.00 vMB 102
487,912 487,912 00000000000000000096cf8560ddf930db99bef4dc4f41059cd5e42ff23ac5fe 2,130 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.