Loading Tool

Explorer IconExplorer

Memory Pool

78,915 transactions
29.47 vMB
0.08432693 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt ede7ac3c380395fafcdacbc6f077f1c459e49251a36401c26bf5e95556a4c060
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root ac2f92d29e2d049856a6f8b5bf8e2ff51dde223b71e5d0fa3277cdffe9e5a396
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.01948705 BTC
Feerates: 302.00 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (318,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,449 596,449 0000000000000000000bae24159b02b2ccbb8d7f973688c751f782fb23fdcf93 2,327 1.00/1.00 vMB 8
596,448 596,448 000000000000000000025df45afe3c6310da25d36346822353c8cd53876e4050 2,516 1.00/1.00 vMB 31
596,447 596,447 0000000000000000001445fc3a79a1550ede67d73b3a235e9b73cb7615afb880 2,405 1.00/1.00 vMB 17
596,446 596,446 0000000000000000000dbb58bdfc500a63e1482e157c3db4a08118fb232f661d 2,237 1.00/1.00 vMB 29
596,445 596,445 00000000000000000007c78d60c8fa50a3a68024d14296ab50a8709585d61b9d 1,007 1.00/1.00 vMB 19
596,444 596,444 00000000000000000006071336cfab699e9315639ecbf11cfeb1c985a76cb5da 2,450 1.00/1.00 vMB 40
596,443 596,443 000000000000000000002af169cf16851b8de619b1409dec526acafd28b692b1 2,669 1.00/1.00 vMB 27
596,442 596,442 0000000000000000000aef19e7fabe1239a2cb0c358a89141fcf3899414d2965 2,297 1.00/1.00 vMB 44
596,441 596,441 00000000000000000013b75e35a87091de0e143df8ef6a40c822584265536bbd 2,881 1.00/1.00 vMB 50
596,440 596,440 0000000000000000000236cfa641b3d0c416da4e09d1773fec7cf7177d95f58c 3,122 1.00/1.00 vMB 6
596,439 596,439 00000000000000000010373f818928af1788accb6802a073357a7b35f74b6a04 2,671 1.00/1.00 vMB 13
596,438 596,438 000000000000000000027107930d2bd66d438ae740389f0e9c61c6ac56694b24 2,058 1.00/1.00 vMB 38
596,437 596,437 0000000000000000000a61a9c8908d952f3099bec554f09f692548a94e157090 3,274 1.00/1.00 vMB 35
596,436 596,436 00000000000000000016757d66ff186a4523a11d6f8658baed7cbfb92da59fb1 3,489 1.00/1.00 vMB 48
596,435 596,435 0000000000000000000846a0aeb96ba443293a728dcc61ddda63b89547862a79 2,474 1.00/1.00 vMB 27
596,434 596,434 0000000000000000000b70a2843fb15b3b0dbea76b2ac2384fd7b0b44d9f2ba8 2,727 1.00/1.00 vMB 41
596,433 596,433 0000000000000000000b9df322e4c2eaeec5543bfaa0c7204d0f4d3fc33f1017 1,981 1.00/1.00 vMB 44
596,432 596,432 0000000000000000000f5b0e139644ede43eea10e28c14c002c31564750a8456 2,848 1.00/1.00 vMB 27
596,431 596,431 00000000000000000001bbe2e943ffec77732686f01a847f583bf8cf062b9aa4 1,843 1.00/1.00 vMB 38
596,430 596,430 0000000000000000000df75b78618bced5fb3f9d6b4498cfe03312705d3301e3 1,298 0.42/1.00 vMB 24
596,429 596,429 0000000000000000000c1b7f8d7d45e98d33af4e59a3484c74cfc23e7bfe9ca5 315 0.11/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.