Loading Tool

Explorer IconExplorer

Memory Pool

77,669 transactions
29.11 vMB
0.08837261 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt 939bf4346d913c6ee6b4e1ef6cdb7513cccd29e428363f39fdbe5ff34f42f18f
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 0e18618ff4c116f41ce46295129ccac96409215cf4a42fb6f32b96494277d6a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.02751871 BTC
Feerates: 103.00 > 2.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (120,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,381 794,381 00000000000000000001dbf3ba3ee2ed77e8f2859a5c82bf9a603262f2b0f602 2,264 1.00/1.00 vMB 29
794,380 794,380 000000000000000000038e86424030602573a47feec1d16f016c0ec36e706b46 1,366 1.00/1.00 vMB 30
794,379 794,379 0000000000000000000151a0dc582b11944abd3ad9e64c6e81dcf2c704851a5e 3,309 1.00/1.00 vMB 19
794,378 794,378 00000000000000000001e1be452e3088aa600f52acd9e12d6a2919294a9be411 2,334 1.00/1.00 vMB 12
794,377 794,377 000000000000000000038c0d81142c89f2e967ef081e3a36e8e03bd27dacbbd4 3,391 1.00/1.00 vMB 27
794,376 794,376 00000000000000000004f9363d08fc2bd270adb8c1bcbc7022dff5e8857a855d 3,029 1.00/1.00 vMB 24
794,375 794,375 000000000000000000016ddf56d0fe72476165acee9500d48d3e2aaf8412f489 3,203 1.00/1.00 vMB 38
794,374 794,374 00000000000000000003feae13d107f0f2c4fb4dd08fb2a8b1ab553512e77f03 3,416 1.00/1.00 vMB 20
794,373 794,373 0000000000000000000350fc8c18e91c08323902d73118ce155f9e67173907e5 2,700 1.00/1.00 vMB 27
794,372 794,372 00000000000000000002e70cac8dfaa14637f7eed7e68dee131dd1e5ba9b1aac 1,599 1.00/1.00 vMB 21
794,371 794,371 00000000000000000001425fa4c1e2ff3b5f75a9f26f461b97e8d653d600e378 3,252 1.00/1.00 vMB 40
794,370 794,370 00000000000000000004d22b57bc4bdb415364560f65c31134b726c61df6e642 3,077 1.00/1.00 vMB 30
794,369 794,369 000000000000000000033b702e02ac7a225b9a1ef2a2cb8898cb238ccd304407 2,550 1.00/1.00 vMB 32
794,368 794,368 000000000000000000003d6e1a4450622897bbdfe63f4f9934829d4dcdb3679c 2,742 1.00/1.00 vMB 53
794,367 794,367 00000000000000000000b0b6cea05dd64f78a5224936dfa317f28ad207e7d8ab 3,166 1.00/1.00 vMB 37
794,366 794,366 00000000000000000001fe9682d47037e650e9de2a37217ad0c60a4dcdbdfa6b 3,016 1.00/1.00 vMB 62
794,365 794,365 00000000000000000001f2e6e98393b94e84ad46e0992318afbbd06fe1c50d9f 2,789 1.00/1.00 vMB 17
794,364 794,364 0000000000000000000225af9b0da26143cda87eae50de3ad5404a2b3ddafcf9 2,481 1.00/1.00 vMB 23
794,363 794,363 000000000000000000053569fd7cdd15def158699f6791ea5196ce57a497737a 2,763 1.00/1.00 vMB 30
794,362 794,362 00000000000000000002377dd5e17b7ffff6f6648d9fa3efd17282aa906a2bd5 2,545 1.00/1.00 vMB 28
794,361 794,361 00000000000000000004cefdce051b71ae24b47bf640f403527f4c351ac52f39 2,465 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.36 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.