Loading Tool

Explorer IconExplorer

Memory Pool

43,896 transactions
26.46 vMB
0.05883486 BTC
Random Selection Loading Transactions
Max Size: 139.47/200 MB

Candidate Block

Mining Attempt 8812b2dac92f8d72b7eb87828f112dda7bdb23a274538fe7f1c0fb27ff426a6e
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root e158992db8fd6a5a141e387b97578b3717c16e1096edf960749bfc56c124c2d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,154
Size: 1.00 vMB
Total Fees: 0.01041244 BTC
Feerates: 140.50 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (226,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,336 688,336 000000000000000000036fbd261621e78bb4db326ced07debdb4516e5091febc 1,011 1.00/1.00 vMB 7
688,335 688,335 0000000000000000000ba641e95c464e5a83dde4eba214ff56217fc7eb841c49 1,830 1.00/1.00 vMB 17
688,334 688,334 0000000000000000000a0429bb464bf8706096b94e57413afaebcb7024806a80 2,013 1.00/1.00 vMB 36
688,333 688,333 00000000000000000009d508530f6b5ef0111471f6403594809436782618fa44 2,303 1.00/1.00 vMB 32
688,332 688,332 0000000000000000000898ce09c09175062ff6b160d32001bb2fd4d2b74f56c8 825 1.00/1.00 vMB 14
688,331 688,331 0000000000000000000cdda067d7717e8f979a37a3ac4639fe9032103f10568e 2,244 1.00/1.00 vMB 21
688,330 688,330 0000000000000000000480aa06eee1c6cab8c5a2c173aef9af8f820b13d99faf 930 1.00/1.00 vMB 9
688,329 688,329 00000000000000000003f8b796d57f8b935b23fb285e04b20075f4013dbddfb6 1,335 1.00/1.00 vMB 20
688,328 688,328 00000000000000000008853d7dbe750ae9c44000ca4d2acddf11784a54701c67 1,748 1.00/1.00 vMB 3
688,327 688,327 00000000000000000001db0282ba3fd0473d3654f1dde44d3cd442b7b6b0667f 2,543 1.00/1.00 vMB 15
688,326 688,326 0000000000000000000ca7a8df644b57111a4861cd1f28b8a9b17cea9a4f7e7c 2,193 1.00/1.00 vMB 11
688,325 688,325 0000000000000000000a93fc04d4119d42295cbc9531c896d1765ae9da1994d3 2,184 1.00/1.00 vMB 26
688,324 688,324 00000000000000000004d8c4da9536e43510bbe25b3ba1dabaa14b629cf622a2 1,495 1.00/1.00 vMB 25
688,323 688,323 000000000000000000001a63c6c77ffe3db4e7b8237206b11f1425dd879c3d53 2,338 1.00/1.00 vMB 44
688,322 688,322 00000000000000000000f8de587e88a64329afc85221c47868aa6508023ed819 2,269 1.00/1.00 vMB 13
688,321 688,321 00000000000000000002dbf855a3b99db775c7f57fd3c7cb29688001ef7a2148 2,418 1.00/1.00 vMB 28
688,320 688,320 0000000000000000000d13e17226b15c278e1635dd3b56b61b5692c748c7edd1 2,590 1.00/1.00 vMB 30
688,319 688,319 000000000000000000034570b0a78ce75e7ad0ce1ca5a03ac4dfcfd9954bc5b2 2,248 1.00/1.00 vMB 8
688,318 688,318 000000000000000000039cb66c14a29fc4275a751f9063b4ce9b0a55d8a10782 2,057 1.00/1.00 vMB 24
688,317 688,317 0000000000000000000bf147ac766c8c6966056501670e643bbc56b7a5a5b46b 1,454 1.00/1.00 vMB 20
688,316 688,316 0000000000000000000e06ce894bf0bdeea29fc5fff949850adda5feeebfbd4d 3,089 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.