Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,588 transactions (2.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,332 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,441 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,331 (878,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,423 31,423 00000000485af5be24f6efe07255fcb2fafb412769eeb9a3638ee971929b8d42 0.00 MB 1 0
31,422 31,422 000000000f833d3109eca46d07c69c66eead0e1490c6dbedf9bea897c058adca 0.00 MB 1 0
31,421 31,421 00000000bcfef59e06a43ce03381512c216543f9a80c3f4de70d1f4eeb435f8e 0.00 MB 1 0
31,420 31,420 000000006884c441db7d570b4858e9567515394e712fdfdc1d79dcb81c034207 0.00 MB 1 0
31,419 31,419 00000000875f3c734d06dfee856d5c989190600e675e678cf7b7a898a7daacd3 0.00 MB 1 0
31,418 31,418 000000003160d953ec23a70355146f0e28e4ba0a664017545ccc32622415ab6c 0.00 MB 1 0
31,417 31,417 00000000d4a62028ebcfa392e6d93669c4195953ab1d0707741c6dc9dd7b7262 0.00 MB 1 0
31,416 31,416 000000002e1ed998d1271946a8fdc9eb005bda82c7bbe754f46d36c362fed0ed 0.00 MB 1 0
31,415 31,415 0000000017f3423cb56eaec66ad809fce4d92173bda0791cf39c5d42c6602190 0.00 MB 1 0
31,414 31,414 00000000616f8de891aa999d7d9e334142783cc414aee3b6d5aab6e7e9847972 0.00 MB 1 0
31,413 31,413 00000000706d0eadbca82450ff5616005f64360db91131fb62b2fb3a580b082b 0.00 MB 1 0
31,412 31,412 000000008a366ba91fa58d01a0c35fdd84cdcc58109d56400283dde1eaee7048 0.00 MB 1 0
31,411 31,411 00000000fa703925e4c3332b5e2222537c581e521bc89b618c3e713f29fed94b 0.00 MB 1 0
31,410 31,410 00000000c9e7bf3836426997f214b8c8c1e02e4f6dc1ecf920b9368f3b27f3ac 0.00 MB 1 0
31,409 31,409 00000000ecb48d613ee77e07a6c31601e4409a955dc9137e27582c99494a59a1 0.00 MB 1 0
31,408 31,408 00000000d551fff7ae733c056598e1398c8f1404827063246b9a4130580a26df 0.00 MB 1 0
31,407 31,407 00000000e42de484321e6e836947f68c8d29d26175ae3cb53bd3ebc48110b78f 0.00 MB 1 0
31,406 31,406 00000000a640d79225491494345b90046bb9f67ae24408ff3a5340843a0c396d 0.00 MB 1 0
31,405 31,405 0000000090d96dd9ff38a4ea739c21ddeb33c2030606099e9c7cf3a4a07eb483 0.00 MB 1 0
31,404 31,404 00000000f9bdde95fdb770e49d89af72c6e85ea0454c32dabe478d721bbe5f69 0.00 MB 1 0
31,403 31,403 0000000063608e8867995c62b9c72c37257193a86b77042d6ff10246812f4c49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.01 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,231.48 GB sent, 118.63 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.