Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,957 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 1,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (870,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,498 39,498 000000001f29518472b1978aa4c7ca35281f7ab692e5ab1ce55268899572520a 0.00 MB 1 0
39,497 39,497 0000000054a9eca82603f21ca79b6680d3b1753dc92b8256c644770707164971 0.00 MB 1 0
39,496 39,496 0000000036e4ca578ea5e593d2f745ea69dfbb8450205bd8a7edef72767e3474 0.00 MB 1 0
39,495 39,495 00000000263763de1656d482e2e7a3f46423ecb0ca0be9e19ccc9a22d2084cb3 0.00 MB 1 0
39,494 39,494 000000007a01aa81de22d8b1a31304e7ab384bd56505f37bbf13ec2dad702409 0.00 MB 1 0
39,493 39,493 000000007ac4c37c204a786f94eff04019ca3530f5bcba18bca3dddc6d983f3c 0.00 MB 1 0
39,492 39,492 000000000a9174efab1f02db4375651369e17973f002bfb6110831c15a0ef6f2 0.00 MB 1 0
39,491 39,491 000000003c7c98cc80e36f2b3e2075a7601c8d98c5c3c447e293e9ae37883ba8 0.00 MB 1 0
39,490 39,490 000000001407630df0ec961b2125bb855782664743245fadfe0fabe904236841 0.00 MB 1 0
39,489 39,489 00000000364251e1573694cc57b002d5711f1acfc99eeec65d98abb0430d4dc4 0.00 MB 1 0
39,488 39,488 0000000054505b854e6c39f45b494fbb1e8acbc3a1f01ed2e231dfe0c9287be7 0.00 MB 1 0
39,487 39,487 000000001cd5243acaee6e6f5cb586a16be14dfd369911640bca514d4781ddd9 0.00 MB 1 0
39,486 39,486 000000000f04b487e8ba6750c1cc85610e8d5bf49ca7294c8e2070d9a789b8f3 0.00 MB 1 0
39,485 39,485 000000004a40c2881708ca79953b02a72e09994d19ddc1d58fae588765d4911d 0.00 MB 1 0
39,484 39,484 00000000197f921c9b1dab6a44477028c74a088d20a7be374f7f0b32cd740977 0.00 MB 1 0
39,483 39,483 00000000861b093b2145fac5fbef2e13f762a46c55d89502d7dab50f6c0a240e 0.00 MB 1 0
39,482 39,482 000000004d113fb4496871dbbc775710d49fda61ed00f49f7853f8abdbc6de56 0.00 MB 1 0
39,481 39,481 0000000057391c143308003030668988e3d1c445b5d97386604a7d06d6a4a84e 0.00 MB 1 0
39,480 39,480 0000000081ea9099b302352c94c9a59db974177e7926936c236b62a0048a2951 0.00 MB 1 0
39,479 39,479 000000001c8201f42a2f2af9e947cca0cbb4f45f778826daee615e92517440a6 0.00 MB 1 0
39,478 39,478 000000001cad0b99ab81d7e39120765e3d3e84432ead7a6de7fbbc36aa482641 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.06 GB sent, 116.60 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.