Loading Tool

Explorer IconExplorer

Memory Pool

40,193 transactions
31.64 vMB
0.11838508 BTC
Random Selection Loading Transactions
Max Size: 157.31/200 MB

Candidate Block

Mining Attempt 006df1f5a1d0757297279ac045459b9cc26e6282df02fd1656dee02027449857
Version 20000000
Previous Block 00000000000000000000ee795ff54651a33f647300ad5c032d27420e322873c4
Merkle Root 8310c7d7745306141c716ddb18564c690972d319877f8dc28139f15de32ab6f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,400
Size: 1.00 vMB
Total Fees: 0.05314895 BTC
Feerates: 301.60 > 5.33 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,370 (840,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,639 73,639 00000000002157dfc694bd4cad054f998d79c4e97606c1687e236b5a17385009 1 0.00/1.00 vMB 0
73,638 73,638 00000000000e1b81b8f4e1dd4fcc9c07e568862fd27a2ff8da4f707751f992f6 1 0.00/1.00 vMB 0
73,637 73,637 0000000000b3fb1f3d5b11e6335f38627b9d1e78baa9e9e9cb70e7c28a6a2b57 1 0.00/1.00 vMB 0
73,636 73,636 00000000005abdf9b301392d5f9c6d7da027f98cf0868af38abeb9e5bfbb96c3 2 0.00/1.00 vMB 0
73,635 73,635 00000000000a71ef57f1770638ccda3468d455e0e6d971bdf577b1b7950df433 1 0.00/1.00 vMB 0
73,634 73,634 000000000071ae700a27c2322383a59848a0e608618ad24b98e522949d9cf942 1 0.00/1.00 vMB 0
73,633 73,633 00000000003cf041a972062252b381029fbf3741f32931db9222c8d4f8bb8d60 1 0.00/1.00 vMB 0
73,632 73,632 000000000041e178b775f0abb9ffa1316b253fae4b9665d0a60e4c64e1b715f4 2 0.00/1.00 vMB 0
73,631 73,631 00000000006516ed748fb6a9e46b36f99107f03feeeaf6f5e0e2026c9a96f6e2 2 0.00/1.00 vMB 0
73,630 73,630 000000000045f396625a68c359c300775f969ed9ab640f3124980696266f1dba 3 0.00/1.00 vMB 0
73,629 73,629 0000000000404112607070a4db383d583992e872629d04910983ce848c311300 2 0.00/1.00 vMB 0
73,628 73,628 000000000048d73e62d9bfc2168b6bf15a6b59a26b383fde90cdb0b9468125fb 3 0.00/1.00 vMB 0
73,627 73,627 00000000008b59dac7c2eb6b6eaa7ec3bba03bdf56d263efe5d57516c16b5219 3 0.00/1.00 vMB 0
73,626 73,626 000000000006b82089928462f9b946c6397daaae5f6f7b5e65dfdf2b2ef4113d 2 0.00/1.00 vMB 0
73,625 73,625 00000000002c48ab55af6cc077c280a358955cf23961e334d9afe1c8c942fc00 1 0.00/1.00 vMB 0
73,624 73,624 00000000008ef96442f4d052463cce78e9fefdb881b3ddfed56d03bf8a8fe1ed 5 0.01/1.00 vMB 0
73,623 73,623 0000000000699a3663eba46c45511d562bdc92f0d2e36c5ad43d75eddb44e96a 2 0.00/1.00 vMB 0
73,622 73,622 00000000006f408a3fc0a9b329d1a64e300cae6e7906530376ec002125c4c2fe 1 0.00/1.00 vMB 0
73,621 73,621 0000000000462a97facbdcb491c679d75282b65a80a4ff27dae8b686bdf6f8f3 1 0.00/1.00 vMB 0
73,620 73,620 00000000000a0d0dbf0da13442e387712837254f62cba39b8447b58f979cb117 1 0.00/1.00 vMB 0
73,619 73,619 00000000006261a60e22a2d92420c872d1e767d5df299d7284462666b3f721f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 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: 594.99 GB
    • Received: 9.73 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.