Loading Tool

Explorer IconExplorer

Memory Pool

43,916 transactions
26.71 vMB
0.06082695 BTC
Random Selection Loading Transactions
Max Size: 141.00/200 MB

Candidate Block

Mining Attempt 6d4b0d56d348c71e1aa04d8140030a3511a5583d1aed303a42ca39ceb2721b0c
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 3b3898e3885a0358cc0dc3f5bfc89a249f3bd33c175593fbc98d4d64bada78fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,127
Size: 1.00 vMB
Total Fees: 0.01168038 BTC
Feerates: 80.31 > 1.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (104,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,152 810,152 000000000000000000016633554bf98a8b4a8f2fba0dba24922302a3a26dfb3f 782 1.00/1.00 vMB 4
810,151 810,151 000000000000000000003366e1d7844a0d9bd70b1e4308f5fd09c91c80174ff0 1,992 1.00/1.00 vMB 14
810,150 810,150 00000000000000000004520b547fcff3641a28ca2d49307af82d50ecb12f4fce 3,382 1.00/1.00 vMB 31
810,149 810,149 00000000000000000003effabc899e6e8b22353b2d35397d6944cc3039c413b5 2,171 1.00/1.00 vMB 17
810,148 810,148 00000000000000000002d55986df8f4be4e51844db15689d03ad9fce51d727b3 3,771 1.00/1.00 vMB 2
810,147 810,147 00000000000000000000ee9e3629f42f53b1d1a21a10ac2ed1c476b6fd43536f 2,752 1.00/1.00 vMB 7
810,146 810,146 000000000000000000024d58986e91bf45204e89d69d1e38d9fb60762682ada8 4,007 1.00/1.00 vMB 7
810,145 810,145 000000000000000000013f5337cca7c74c2d3999f1323d8d86d4603c6cc03383 2,168 1.00/1.00 vMB 9
810,144 810,144 00000000000000000001c46e0e71670fb35ca6e7bd74ccf6ef4f22a871bcdae1 236 1.00/1.00 vMB 8
810,143 810,143 00000000000000000003420f2a06d2ee52f7f7413ea04169decd9d6d509a18a4 1,821 1.00/1.00 vMB 13
810,142 810,142 00000000000000000004ec46f1034f5634e657f083d25365719d04158dd9fe6d 1,312 1.00/1.00 vMB 3
810,141 810,141 00000000000000000001eed24bc8eaf6734b23b57a31f4996371b189ad10c179 2,334 1.00/1.00 vMB 4
810,140 810,140 00000000000000000001326d3c1ac15d337bdb6bd479270960295c0361d05b31 2,626 1.00/1.00 vMB 2
810,139 810,139 000000000000000000002d43ba3824bafaf1399e3b9b77e9305b236c60d582fc 1,740 1.00/1.00 vMB 9
810,138 810,138 00000000000000000004ebb1d38858d52e19e1b450fcba7e1d2df24818ca6821 2,309 1.00/1.00 vMB 16
810,137 810,137 000000000000000000010b8501d942dfd591ef8ccaed0f3bff4d6a3ec802b4d6 2,250 1.00/1.00 vMB 19
810,136 810,136 00000000000000000002bdccc52ca1033f8728574079a2fd634f4e427cb1c0d9 2,212 1.00/1.00 vMB 9
810,135 810,135 00000000000000000000132adb84c2ef3cd429367518e34178ea37719c014d3b 948 1.00/1.00 vMB 6
810,134 810,134 000000000000000000014308268cf0edf17c0350518af1a135411ad70e709937 2,655 1.00/1.00 vMB 21
810,133 810,133 00000000000000000004798b62497a0b5208c65ec80794efbc4b0d004f5d4e51 1,189 1.00/1.00 vMB 12
810,132 810,132 00000000000000000003389265765cc65bf9ad9fba823d5be422df8a40a70f60 1,226 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.01 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: 649.35 GB
    • Received: 13.16 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.