Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,011 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,123 (870,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,503 39,503 000000002bee091777f065cc8af38f4d563f85138875348b316e38e86492ee79 0.00 MB 1 0
39,502 39,502 000000003fe91a099b02c0e5a46bb895ebc17228b07aca9d3c83d4e5f168be37 0.00 MB 1 0
39,501 39,501 000000001e12923de4eed567dc8e4dd361866d5f632c7a7b926f2a616d99846c 0.00 MB 1 0
39,500 39,500 000000004de45bda95e343d20a412916358b231a6af9d23518c84a30b4f55a91 0.00 MB 1 0
39,499 39,499 000000007f2ad3e0cc306a299750345586afee63a1d7f4ab964f6904c4a67fc5 0.00 MB 1 0
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
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, 114 incoming
  • Data Transfer: 2,190.28 GB sent, 116.57 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.