Loading Tool

Explorer IconExplorer

Memory Pool

46,061 transactions
28.58 vMB
0.06775155 BTC
Random Selection Loading Transactions
Max Size: 152.34/200 MB

Candidate Block

Mining Attempt d7d81c182e32b3dc7565b6a092da68c3afcb0100275f545e3db0b4189c6dae55
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d5e3ca8086bd381cea3578c56a22bbe7e925463172d9f755a70334279518a949
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.01354097 BTC
Feerates: 73.20 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (250,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,161 664,161 00000000000000000000254a78b5c55a881a4bb177e16613e8aa80ea5e261ff4 2,860 1.00/1.00 vMB 100
664,160 664,160 00000000000000000005ecf009db9e7ad6c8069273576c63f7afad2a31537dd0 2,665 1.00/1.00 vMB 124
664,159 664,159 00000000000000000006a97c6ee9cfb41e51636895c127f8b47999c0f28c2b41 2,436 1.00/1.00 vMB 97
664,158 664,158 00000000000000000009015f362329ec5185bfdbd91169381b3c3eaeaca6695f 2,598 1.00/1.00 vMB 77
664,157 664,157 0000000000000000000b4b2fb1d5a596008b660c8b0ee8f15aa8f6f4ca0ed9f7 2,143 1.00/1.00 vMB 34
664,156 664,156 00000000000000000008602db17626735c7eb0fe6656ba9548f08d14344977c6 2,100 1.00/1.00 vMB 61
664,155 664,155 0000000000000000000ce1710baceb189551891d2895c7559a5d4d3c114ba37c 2,539 1.00/1.00 vMB 82
664,154 664,154 0000000000000000000c36d4654558094b36222a4e47f2b4704fa090e0b18176 2,512 1.00/1.00 vMB 56
664,153 664,153 0000000000000000000c33a3389bb25e262264b7972989ae92052cecb093c5ee 2,357 1.00/1.00 vMB 22
664,152 664,152 0000000000000000000de5e81865e026558e5989ef6fc7088ee5ca8724a19da5 2,531 1.00/1.00 vMB 83
664,151 664,151 00000000000000000009fd3e5fb042f5aa7efc8b87130d8db135ea6846a4a14c 1,686 1.00/1.00 vMB 39
664,150 664,150 0000000000000000000c86dc1953e701c2d4a080eb197ffcb0c44b7dbb264eb2 496 1.00/1.00 vMB 61
664,149 664,149 0000000000000000000b8c5a1dafccbb937bb58209c484e99c78c93de41d8fa5 2,651 1.00/1.00 vMB 102
664,148 664,148 000000000000000000001491ea9511dc53f18ce54284f42a0a4fe6c5b76fb85b 2,864 1.00/1.00 vMB 80
664,147 664,147 000000000000000000048d5b3a88dc6171ebe4a5c83fb58cd9d9364382071748 2,697 1.00/1.00 vMB 65
664,146 664,146 0000000000000000000519e4e932afaf7877b28892f4ccc58cfb59744f975dcd 2,906 1.00/1.00 vMB 88
664,145 664,145 000000000000000000079c0a0533a2f29a08e4e73bbbdc2e28bbc68078f568b3 2,150 1.00/1.00 vMB 42
664,144 664,144 00000000000000000003c2dd9591c9fd5916419cfd7206a5bbba3608e3897bb0 1,973 1.00/1.00 vMB 93
664,143 664,143 00000000000000000000c7b414d9d24fe3a7d88a4a2e21cceeb03d08e9508d92 2,500 1.00/1.00 vMB 57
664,142 664,142 000000000000000000062062cc64743cb66a9f5d06d429045f2e9b9c0c2c3b22 2,597 1.00/1.00 vMB 63
664,141 664,141 000000000000000000024441fe90c012bd39a4823dd91628db499f82e0f996bb 2,815 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.