Loading Tool

Explorer IconExplorer

Memory Pool

83,058 transactions
30.99 vMB
0.09243264 BTC
Random Selection Loading Transactions
Max Size: 189.55/200 MB

Candidate Block

Mining Attempt c0e627dd95d8c81aee00f2fb9901e3ebd60ad70d235a9bd079ddb529d89986ec
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 75c0117b237f98338851e2be21bcfa788b311394cb1d62a1739d938cb18ef735
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 1.00 vMB
Total Fees: 0.02076681 BTC
Feerates: 150.92 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (386,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,019 529,019 00000000000000000018333bc55c6ad2f05703bc635fe6e869928e207fba6828 81 0.03/1.00 vMB 90
529,018 529,018 00000000000000000015a7931e0b9e250aa217e3bcfbbf098388a6404bd95214 278 0.08/1.00 vMB 27
529,017 529,017 0000000000000000002bfe36b5f1c74eab680bbdb104f2f6dd3afff98e1be9c3 28 0.01/1.00 vMB 57
529,016 529,016 0000000000000000001bdd69ee2ec5db458d6b9fc1264517853eef390150f319 763 0.36/1.00 vMB 45
529,015 529,015 0000000000000000002b742fb47eb147579b88b53ca42370d0f188d368b10040 1,454 0.61/1.00 vMB 34
529,014 529,014 00000000000000000034ee0e5770d5e8df16d24ba02fc450fdbaa72abfd81489 792 0.38/1.00 vMB 31
529,013 529,013 00000000000000000000b8a299600750dfd260830c9583423b6a7f834127904c 374 0.11/1.00 vMB 35
529,012 529,012 000000000000000000331f177b2a82db7973408e15715726a7abca783b4c5615 551 0.24/1.00 vMB 44
529,011 529,011 000000000000000000051aa56a6c11c14b21c262dbfca5ec37cd9b5104b19d55 956 0.39/1.00 vMB 47
529,010 529,010 00000000000000000028816c9b0e91377d45e1a911b22664b7cdfc6b890f88f8 186 0.05/1.00 vMB 38
529,009 529,009 0000000000000000001b9ec9caf98355f24938ec256de6c67dedbb463207d495 1,024 0.43/1.00 vMB 41
529,008 529,008 00000000000000000008afbb497317fc748110093ce20ab6242fe6e33b53e242 1,549 0.58/1.00 vMB 33
529,007 529,007 00000000000000000009b38c7ff1ab3f5dd169418017584807dc8447f36bb276 86 0.04/1.00 vMB 37
529,006 529,006 0000000000000000000a2a0d1c9ebf81f542accc2f67fd7eac129bd43db99cc5 249 0.13/1.00 vMB 19
529,005 529,005 0000000000000000002e02d922ff54e95944f8c7652e0855b74ff62daf4560d0 109 0.08/1.00 vMB 48
529,004 529,004 0000000000000000002d83b6a1cd15678650c5b2e49a4648dcc34ae352e5a836 1,303 0.58/1.00 vMB 43
529,003 529,003 00000000000000000026ce15c7322597585de9b16b69187804bfde9a4a42b589 574 0.24/1.00 vMB 50
529,002 529,002 00000000000000000013d3edd42acfe14d68993b89b32d1e9266bb4ffd535d44 351 0.14/1.00 vMB 38
529,001 529,001 0000000000000000001d29a5086944d5f17010600c18a62aac7f94dd94e457af 2,155 0.87/1.00 vMB 46
529,000 529,000 00000000000000000033273ba6a5908c9ca1b8966ef499dcdc683ea37b96166d 339 0.20/1.00 vMB 24
528,999 528,999 000000000000000000240760d53335b2eb53d501422d1c96b189b3344bbd409a 52 0.02/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.