Loading Tool

Explorer IconExplorer

Memory Pool

80,705 transactions
30.15 vMB
0.12222907 BTC
Random Selection Loading Transactions
Max Size: 180.82/200 MB

Candidate Block

Mining Attempt cd8babca99f8bcd180307dde60e5b35521d302f8fe820e93a2ad4ace86fadfcf
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 946cc2e6bbd9cfd1b591d1a79ea26641a6f84aa4f6fceb302742eb4313be10f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06038734 BTC
Feerates: 180.34 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (631,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,022 283,022 0000000000000000b25f4c1c65c988f6f71dc68ec170d597bbadd5679f0c635d 397 0.17/1.00 vMB 47
283,021 283,021 0000000000000000a06cb7eeb10a40a92eea8fe035ab8d2bb251b77be35c3482 64 0.03/1.00 vMB 71
283,020 283,020 000000000000000139e568d2ab4bccc1e4d518613e49b197a4ef397ed9556e00 65 0.02/1.00 vMB 72
283,019 283,019 0000000000000000d9a3205a060922adb13e9c7e1bf4ad3d4019b1af90fe6a6c 185 0.09/1.00 vMB 68
283,018 283,018 000000000000000009f317d0adf42fa145abee56c18a9d26b0e1e97bf2992d54 205 0.12/1.00 vMB 10
283,017 283,017 00000000000000001371b12ca936a70f78c3ea924dc2089daf026c016e0c881a 323 0.27/1.00 vMB 19
283,016 283,016 00000000000000000e1a32ff8ca2939bcdf4e06ad41bdf4bfd98bd9cbb4d2cb6 127 0.05/1.00 vMB 40
283,015 283,015 0000000000000000f6d879da18a1a433bad05719343b86fd9d1e7e280ba25988 564 0.25/1.00 vMB 30
283,014 283,014 000000000000000165284f4e666ff90fc23910d94fc114d2fa3fc97fb57bff6b 182 0.05/1.00 vMB 46
283,013 283,013 0000000000000001e4e10100b1cefe2f2bb5f7a95d3e9124c0d2c2edb3870a7f 174 0.05/1.00 vMB 54
283,012 283,012 00000000000000001af59d15a7cda38f818c38badc2b5148e2556a246a68f0d7 162 0.05/1.00 vMB 230
283,011 283,011 000000000000000084f36b952ff681006d91c89589fba08a2f7e72dc1c3b9dec 175 0.05/1.00 vMB 66
283,010 283,010 0000000000000000615132312a275dd10660e50b6c3552989a19642c72eccbd5 186 0.08/1.00 vMB 32
283,009 283,009 00000000000000005ed646e1231ff6a5699e7cb1c7074b45395c97c2dee939cd 572 0.38/1.00 vMB 33
283,008 283,008 0000000000000001e9d5387bd116ca603d34d98d250f0958aeb48a808e3ae1e0 185 0.05/1.00 vMB 83
283,007 283,007 00000000000000016fee37dc9dbb77e9ecf8f475637d1f4d40a3ea245f6ed274 186 0.10/1.00 vMB 30
283,006 283,006 0000000000000001e5e776a710347eaf1de8e6caf5d98b775b47333a5d6bb17f 737 0.35/1.00 vMB 43
283,005 283,005 000000000000000182a61fb19f3037869ebd0844efab7e8a749ef5b4cf7a4f0c 19 0.01/1.00 vMB 5
283,004 283,004 000000000000000050702816b9fb4e1b9f696e802bdd8c046937eab954d270bb 228 0.10/1.00 vMB 48
283,003 283,003 00000000000000015920eafcb5cc955918fd30e2b4ca2d06d1fcce80ea2a4c27 286 0.20/1.00 vMB 34
283,002 283,002 00000000000000003b225f93b3878640868be6af5837b23045187f35f75d1b6d 266 0.22/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.