Loading Tool

Explorer IconExplorer

Memory Pool

83,991 transactions
31.51 vMB
0.09831009 BTC
Random Selection Loading Transactions
Max Size: 193.07/200 MB

Candidate Block

Mining Attempt 5aedd9d38b167938441cba0e23ff4b7d4933ae0e3d27e57a23d46b1bee162ec9
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 9dad5f2be984c0aa5281509c2e25b0c715e611defb0606c65537f4cdd4e9a357
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.02579309 BTC
Feerates: 299.70 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (90,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,183 825,183 00000000000000000003cc0d7d51b84a87ed5b436b2f030bb4aa4bd76ad7cea9 3,623 1.00/1.00 vMB 66
825,182 825,182 00000000000000000001aa98b78670bc8fb580212ec267073b4a3d72aa47328c 2,644 1.00/1.00 vMB 39
825,181 825,181 00000000000000000001a79d1975ec91e1b56d917ba0b7d512d85f7ba2987b9c 3,567 1.00/1.00 vMB 76
825,180 825,180 00000000000000000002f7bb235ee2512d969e49628a203c886207a15bce7fa1 2,915 1.00/1.00 vMB 46
825,179 825,179 00000000000000000002776d0e43411a88cae45efd0278caf6dbd207262374f3 4,863 1.00/1.00 vMB 76
825,178 825,178 0000000000000000000048767483a3267d8aaf2969ef7f4d500df3f5dab3582f 3,601 1.00/1.00 vMB 65
825,177 825,177 000000000000000000009075a598ead1dd2ada99ec2c272513cfac5dbdbb1ad7 3,174 1.00/1.00 vMB 77
825,176 825,176 000000000000000000035826f63c892190389daae72ef70cb0a75be0fc143559 3,525 1.00/1.00 vMB 84
825,175 825,175 000000000000000000023e72934738fa9e1618a6462967d6844fbf38cee6f6f2 3,323 1.00/1.00 vMB 118
825,174 825,174 0000000000000000000167f359c21a75c462de1fbcb31be89251b3ceac20dd99 3,185 1.00/1.00 vMB 138
825,173 825,173 00000000000000000001a205d787d80a0a146830581c33e026a83161a56282c2 3,074 1.00/1.00 vMB 80
825,172 825,172 000000000000000000029a62ae4a523ba7da409283433740693de21c6527c1a8 3,526 1.00/1.00 vMB 67
825,171 825,171 00000000000000000000be7d1026d8c4aa0b8a903bbe1d2c53e0e8deab0d97d4 3,035 1.00/1.00 vMB 42
825,170 825,170 00000000000000000001baa920d74b2aa5b2f6c7ff43df00599e2015f1091b49 3,160 1.00/1.00 vMB 43
825,169 825,169 000000000000000000008498bb93ebdf47d9896fbc322a6f09bc615055e2b94d 4,189 1.00/1.00 vMB 57
825,168 825,168 0000000000000000000307046a40553503e7e977523e3975d059773b16e4b279 3,890 1.00/1.00 vMB 62
825,167 825,167 00000000000000000002d4608d2a7969e353d0abf17d1c7eee59d122a4cd4a15 3,601 1.00/1.00 vMB 95
825,166 825,166 000000000000000000011062f899f76c1b76db78db09548465a64b5853ec27e3 2,140 1.00/1.00 vMB 38
825,165 825,165 0000000000000000000354236a3766dde1f335d6b3bc58856388486aecd5e74c 3,822 1.00/1.00 vMB 67
825,164 825,164 000000000000000000029163d9efb1bad405710696cfd1d3327e92e0c81a7562 2,971 1.00/1.00 vMB 45
825,163 825,163 0000000000000000000278e44ad6b5eb2a1254e22e4ce4154dd4708219bfffa5 2,462 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.78 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.61 GB
    • Received: 16.94 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.