Loading Tool

Explorer IconExplorer

Memory Pool

76,621 transactions
28.46 vMB
0.06436628 BTC
Random Selection Loading Transactions
Max Size: 172.75/200 MB

Candidate Block

Mining Attempt e8aebf63f73d4a3c9b3ecc462a2cff68a9c2c4178904e7d2a97b41137e50fda1
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 9b8f8738c56dec157d6b344a5bfdf9ab075119e3bcc43944d33b7fbc18130d1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,573
Size: 1.00 vMB
Total Fees: 0.00545621 BTC
Feerates: 178.73 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (637,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,346 277,346 00000000000000038c380c1dd7e5e82b53121e1439a462cc43332bcc31e88f56 324 0.15/1.00 vMB 66
277,345 277,345 0000000000000002a7c14f01d7916a8e0a12694e64f2057c999853dff7cb7267 60 0.03/1.00 vMB 19
277,344 277,344 00000000000000017892493d9f92f40d46e89ae56f16559b83ed8197e1ff7d66 305 0.14/1.00 vMB 61
277,343 277,343 00000000000000021b64c5366f7783bf82ce6c8411a6295a7720430e05c50956 78 0.04/1.00 vMB 46
277,342 277,342 0000000000000000775552c731e845c35fe545d423ca0bd72c2ad772c5033366 265 0.11/1.00 vMB 64
277,341 277,341 0000000000000000d79bf95c794e9552a1ddecd434a48e7d78ca18d752ab6b67 154 0.09/1.00 vMB 28
277,340 277,340 0000000000000002c70f4950e97ad3dad493fdb9097d66a5266c2f0b7f1139c4 734 0.45/1.00 vMB 37
277,339 277,339 0000000000000001ccbe594cff3d0b0f8426440aa8e62d569330dcc0d4b70582 926 0.50/1.00 vMB 28
277,338 277,338 000000000000000330dd18d54f036e13fe441a021c77cd52470714fbfde1708e 519 0.36/1.00 vMB 24
277,337 277,337 0000000000000002aaca2b9ef4e5f530a90a5849b7d78a097904ba0e5dd056bc 700 0.25/1.00 vMB 103
277,336 277,336 0000000000000000e49c79d9ca850b241d7c99b54549868e8fe3760d0ac907bf 404 0.18/1.00 vMB 73
277,335 277,335 0000000000000000f8d1d7cf082532c89b78b779b8b44a832098ec10278092af 149 0.08/1.00 vMB 34
277,334 277,334 0000000000000001211067113616e566570f273094df41d698f841c6cd5465f7 86 0.04/1.00 vMB 34
277,333 277,333 0000000000000000b7499de33c468bca2bf308b66441f73425b71f8d29c030df 45 0.03/1.00 vMB 70
277,332 277,332 000000000000000250e12fe6e96471ebabd96f8049608b87760564f4e06d23e5 91 0.04/1.00 vMB 36
277,331 277,331 00000000000000007e9be4e597a73c8794669d0d2445f00d650ccb2ee20958a1 304 0.14/1.00 vMB 37
277,330 277,330 00000000000000000bb529a3f42c8b441e9165e6b7b835199a95c7e1af4dca08 97 0.03/1.00 vMB 200
277,329 277,329 000000000000000195087e56852ca12191fe5b60e31ad02a6e0b8eacc107d808 130 0.12/1.00 vMB 20
277,328 277,328 0000000000000002247a99d21c60b6fe00e743b94ede8436bc2d2c9e2e633f62 685 0.25/1.00 vMB 62
277,327 277,327 0000000000000001bccc8cf5a7880e9a16d06820da5dca2fcd78e6ddeb6fc833 235 0.09/1.00 vMB 60
277,326 277,326 0000000000000001cc3b3d94cedd08403c4900b0e1664d6d449d04c7caeb6d99 475 0.38/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.68 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: 675.48 GB
    • Received: 16.43 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.