Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

571 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,377 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (825,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,340 85,340 00000000000afb4f9d6d0747f7e92b3a261859cd20a30a6fe553819806471019 0.00 MB 3 0
85,339 85,339 0000000000087262d5bdc3808bd0c5f94933d341b582d412f089ac27a22f508b 0.00 MB 1 0
85,338 85,338 000000000002074e3f8ce83a67b9e38a5887f5ee46ad734bb314a6de1ba8cfd4 0.00 MB 1 0
85,337 85,337 0000000000188a0cfaeef255cb2bcbceff1e6c426683d9008b77260b082e6ae1 0.00 MB 1 0
85,336 85,336 00000000002e6817bf6c0c3eb5eacd4ca81d5758852d9f17f9754b7dd2a49220 0.00 MB 1 0
85,335 85,335 00000000001e62a126ca27957eb2d9c45ee52014bc796b54bebd3d3663bc3e0c 0.00 MB 1 0
85,334 85,334 00000000000b7c9db8e3e4ec39fb1877c866ddc77e3aa95f43a9671b50368e95 0.00 MB 1 0
85,333 85,333 000000000012b2f07211b7eacdfec1c91209e02ad69869d427cd6eff33de7ae2 0.00 MB 1 0
85,332 85,332 00000000001779878a54b69de7ba44bd7c6668dd5fb20e275fef2552b88bbf82 0.00 MB 1 0
85,331 85,331 00000000002bd8c546f83c2be931bc90c4a71bbd21cbd606e3450fd402f3b527 0.00 MB 1 0
85,330 85,330 000000000009f3116d345885f44094ca8370f6e2b58df051e2e457f025e796e6 0.00 MB 1 0
85,329 85,329 00000000002d46ae9956ec268836f225e787ec59142327d86770038180ba04ee 0.00 MB 2 0
85,328 85,328 000000000006687767f88c1e2caf3112a4c3f94a2abe617efed0c0efa1950eac 0.00 MB 3 0
85,327 85,327 00000000000426a655c1a9f734f3f0313a154ad7dc8db3376cb6a96f974652e2 0.00 MB 3 0
85,326 85,326 000000000007c540b392534940064cb9829a448b2e8dec96a736cdef1e0a8569 0.00 MB 3 0
85,325 85,325 0000000000076aa0eabb75a9577c345a46759594fb44b9de49d8b45a4d6409a6 0.00 MB 1 0
85,324 85,324 00000000002bee50558803ea8f3f46d0de6f6eb38765fa6810d2d2feacb254a9 0.00 MB 1 0
85,323 85,323 000000000018848ee90df9733ba60c3490f4e12bc1df9e83fe5f06f5768faa5c 0.00 MB 1 0
85,322 85,322 0000000000221587f3cd812a491e02be74caeac271d2385dcc4d352ca251e49e 0.00 MB 1 0
85,321 85,321 00000000002166c598054e29c984b0f3775a4e29ac0f0816ef815d66ebddf48e 0.00 MB 2 0
85,320 85,320 000000000027c17f1f01b814febe0f551626b8b8750378b988c617f7f8b27c9e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 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,233.45 GB sent, 119.04 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.