Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,990 transactions (1.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,885 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (877,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,886 32,886 0000000083e07ce0afa25ccb2713079ed7b18eafef4519d0ce67d81769d5e7ed 0.00 MB 1 0
32,885 32,885 000000000308aa50acd2980cf722398bf70e7fc011af9fc9d294883ee2b7f6ee 0.00 MB 1 0
32,884 32,884 000000001c7be749a0bf1cec75ddee5fa56ff5fa386025ea856227d4b7b1464d 0.00 MB 1 0
32,883 32,883 00000000874296a304042b05fbe89456705b223f557face019f9f152b2f5b298 0.00 MB 1 0
32,882 32,882 0000000024e39a3d1f22dda4394feeffbc7c1381eeca4061ba68f85b68b85907 0.00 MB 1 0
32,881 32,881 00000000aeed89faad8a0e431224aa2d5d12c5e8e1030fa0c6a4b1769c2113f7 0.00 MB 1 0
32,880 32,880 0000000045e090761249856b02c832376a7bc87480a224e03b6996f1166f771b 0.00 MB 1 0
32,879 32,879 000000009d0e78c0c303d7b1d455d16d09c58125736474e4817c727aa7445c68 0.00 MB 1 0
32,878 32,878 000000003924e740e09a40c6d12729ddb9902479c6c9e7b5bb14cffaabafd309 0.00 MB 1 0
32,877 32,877 000000005c320a781f6576612157df34841aab66ab07e58f6355a92b67b7667b 0.00 MB 1 0
32,876 32,876 00000000405620d578c4fe743bad97cc565c4c0b97f286941b61c19f34caa5ad 0.00 MB 1 0
32,875 32,875 00000000cb3cf2980aad21ba8ebde2b5969f46854b5cc491f13d85892e7e77bb 0.00 MB 1 0
32,874 32,874 00000000d27e4c6ee74b2b079150ab2f434d54a2632acc53b63c775fecd99819 0.00 MB 1 0
32,873 32,873 0000000054ef1148389eecc1398a8357f1758684ed4867fbb356557a7470b5d0 0.00 MB 1 0
32,872 32,872 0000000085d50e101ab8451405380088fcd633249c5ede86f8e9dc232ab86d7b 0.00 MB 1 0
32,871 32,871 0000000031ecf651ee8428d3b7f85f9cb339e9eb5b82d9eda93b7c5eb514007d 0.00 MB 1 0
32,870 32,870 00000000bb5197cec854d6756a0cd08cab7d88447f7eb8472cffc498c7eb09d5 0.00 MB 1 0
32,869 32,869 00000000977e5d1c175d22558c0eff36208515e4d86d618556d7e66c829295af 0.00 MB 1 0
32,868 32,868 0000000081c548d5a7c059ea4874c6e2fda8a1ca2992de53a1fba571dc5ad752 0.00 MB 1 0
32,867 32,867 000000005e4c1531a1b868ef0945dbcd9b74f9bbf58a3f9727d0b1dc8de4a5fa 0.00 MB 1 0
32,866 32,866 000000000f914b259b7ec207d84959d829e6f2722176ba4a71d0fe9c4bea9a48 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,281.07 GB sent, 121.56 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.