Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,730 transactions (0.96 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,786 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.96 vMB 2,730 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,785 (872,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,676 38,676 0000000039674cfb9fe64399769b9b0edf6bf39253c9a69ae88ef46d53b5dfd3 0.00 MB 1 0
38,675 38,675 0000000062eb8ac35ea6954ce2a26379fb11c76b773be6d9b30d0b6f0427241b 0.00 MB 1 0
38,674 38,674 0000000007dbe09756086fbb6aea5417ead4ccb6271add693f589a8de9597bf9 0.00 MB 1 0
38,673 38,673 000000001cfe6c41f7f83bb7de3e8edc073fe2ac2fc85f070d6e5b3a1fc76851 0.00 MB 1 0
38,672 38,672 000000002de64258cb8339fde7ccdfd0232de2e0e67703b0e76f0ef8bd2455d4 0.00 MB 1 0
38,671 38,671 000000006ffbf253338839c2b50215c0ed67759930d84ad7fd2009cac08392f7 0.00 MB 1 0
38,670 38,670 0000000047afa593fa1537c067361bd03ec4806e8e311cf0df64f13fb70f6616 0.00 MB 1 0
38,669 38,669 000000000b854fb610503a6e0d319244bde5dc3f165c0fad050b4e9e7131237c 0.00 MB 1 0
38,668 38,668 000000004ed91984dedd03af8e8c046698715239bf02e140e566d7a8dd313c82 0.00 MB 1 0
38,667 38,667 000000002b28eef07404e2845d989be0bb919aab2a14d1283f8c777e60aef2e5 0.00 MB 1 0
38,666 38,666 000000007ca171b14d5fbfd5fa974e5ff325410eb6a495f0ea3b46be4012d13f 0.00 MB 1 0
38,665 38,665 000000000bc2529a87fd9e5d089a528dfcc482d3c7a567403932cde120f874b6 0.00 MB 1 0
38,664 38,664 000000005af0da13a633cca7c176f6eeff12bdd1494d5faea11a1bebb4ac0cbb 0.00 MB 1 0
38,663 38,663 000000007743b07e59f0f6f2206eabbf9d369527c226bf6ccb548a1f74c512da 0.00 MB 1 0
38,662 38,662 0000000022f64d3a3cd9f6b6b90533c4c2636abc2aace7cfce611950d8e15a99 0.00 MB 1 0
38,661 38,661 00000000591b87bb0d8c436d172a93f39b2dc5858c52a5fbc822fb3bf88728c1 0.00 MB 1 0
38,660 38,660 000000008643191bd71e9d61407a8d46032e43f293d1246435863b92c4633007 0.00 MB 1 0
38,659 38,659 00000000577df09c0e823a172741bf38d53c9902b1c7f3dd1cd49944fedf0f42 0.00 MB 1 0
38,658 38,658 00000000405755b58f148c1f8784437dc568ecb2cc09b9ac18e4643b1cfe88bd 0.00 MB 1 0
38,657 38,657 0000000043467cc093abea77c50431727a440c1a08a706666651f687820a040b 0.00 MB 1 0
38,656 38,656 000000004a444b328102aba926da231cb077b81315dfa4c5557fde23d60b910b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,295.33 GB sent, 122.85 GB received

Notes

  • This page updates every 5 seconds.
  • 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.