Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,475 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,696 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 1,470 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,695 (894,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,523 17,523 00000000d5bb73cf38a72e9f4604b4da52ab757e80f168dd04b6b3f950e0e2a5 0.00 MB 1 0
17,522 17,522 000000002d89d00e9b9e7ffce73bfc98797cabfd17a03525dff6e5227ee99e1a 0.00 MB 1 0
17,521 17,521 0000000076c7389d5641ff5b2d050952ad141255f0332d40b32fded85aeebe33 0.00 MB 1 0
17,520 17,520 000000009399d5c10eee6c3b308cdd72fd1323cd6845de9a95521ae3a0f19920 0.00 MB 1 0
17,519 17,519 000000004a7badb8326003b61a05b78a7ca3c9e7f7d3962b9d07f391b407b6f1 0.00 MB 1 0
17,518 17,518 000000008be8b184074a77675bec0124090623badfbc36d9d680952ca6eefcd7 0.00 MB 1 0
17,517 17,517 000000002e846b9ff5a48c5602845846e824cbb2f0fa21f597683c980cd62124 0.00 MB 1 0
17,516 17,516 00000000e0aea09c7e56c2260e3623a4fe69272dad4e90f77a71ccc49d15d538 0.00 MB 1 0
17,515 17,515 000000000a411c999f76b3f74745250cfe0c30a676cb1c022cc8b5aeedb8843c 0.00 MB 1 0
17,514 17,514 00000000d7e38b0bf79a786034d766334c481a386b91b46eb3a9583350d88abe 0.00 MB 1 0
17,513 17,513 00000000be30d8a93bdb2c160acd672f9adc692d119d70d2ce1da6ffa3cdb073 0.00 MB 1 0
17,512 17,512 00000000e6e737cb957366138c1d7eb0f40964be63b8b4b2db9349ee08054d1f 0.00 MB 1 0
17,511 17,511 000000007a8edd6fb08c0d9bb9ee8ab0898c88ce4278e7c3b9152ab4047a1d45 0.00 MB 1 0
17,510 17,510 000000009ba3aa3bc34e16aa878ee346a29b09a73b9033f9925c2df04fbcdf8f 0.00 MB 1 0
17,509 17,509 0000000007eba53b0360be2671d3bae4ad0b671fd46331d29264c2d17d75f042 0.00 MB 1 0
17,508 17,508 0000000056e787df70050a9d59bcd3c182476110a71f4bd88997cb4ef3bf3238 0.00 MB 1 0
17,507 17,507 000000003c5e296f4b54ed953fc187f2a75c1717891472758e3ba9063948544d 0.00 MB 1 0
17,506 17,506 00000000ba4f6b8b0351bd9d0f38aa78ade5e73deef43b0f0e7df8eadecd61ab 0.00 MB 1 0
17,505 17,505 000000001a282b07a70ae2e10b5e641126c207c6070666474df9f1225f81e590 0.00 MB 1 0
17,504 17,504 000000008ff27e3bb3dcbed5c965b78f1e98e96b8cd53952528b8eb590d4c86f 0.00 MB 1 0
17,503 17,503 000000003e2b421ce02c23abbe02488ee9e00743e1c8da042151f8e5b8281e96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.52 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,425.67 GB sent, 131.26 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.