Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

22,467 transactions (5.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,074 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,073 (873,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,692 36,692 00000000778cb42dc4cffaefe61a704ab3fdf053efb536c38445bb89b440e12c 0.00 MB 1 0
36,691 36,691 0000000061f4f4aad7813c7061be265936c2b77e8f993f0b7be9b28acba3bf45 0.00 MB 1 0
36,690 36,690 000000004859464e6454b222530c88dfa829394f77844c5e2c62571aa5f3051c 0.00 MB 1 0
36,689 36,689 00000000592127cda71dea8b933306aea98b9740323f6f980f62909df0bab942 0.00 MB 1 0
36,688 36,688 0000000009e89afa903a56ab3345df9191f9f4e82e96f0abf4da20d0c4bb391c 0.00 MB 1 0
36,687 36,687 0000000066d948e8138879e49fd82e8d590258f4b43cd9cfa6a21f0430bea785 0.00 MB 1 0
36,686 36,686 000000001d80918ae2704d3d2f3b74e50ce216afd5039bf6351002e70d2a5993 0.00 MB 1 0
36,685 36,685 000000006fdbb3a73d9a4d815dbfbcafa80e635782c1ed7eb8351b0ce583a436 0.00 MB 1 0
36,684 36,684 000000004fa48847a50bb2066fc1468c897cc343daad8346a72e23116f50fdc3 0.00 MB 1 0
36,683 36,683 0000000024413d729551e399ed0d17669513906d3b447025e7d245f107207346 0.00 MB 1 0
36,682 36,682 0000000058a195a87ea9078f8b0a8d99a3d4cf78129f11653ab2f0949f7e2a1c 0.00 MB 1 0
36,681 36,681 000000001d5b19488598e1c13640539423a1cb40ab579b2545010ed6bb6e8bc2 0.00 MB 1 0
36,680 36,680 000000008dcebe56e81f48e2f60d6b2846fb6e2e4685fde6248e70fa96c26973 0.00 MB 1 0
36,679 36,679 00000000a2aeb2e5c5d948a88a3551930aa2682739cf270591373b978ae8d7f3 0.00 MB 1 0
36,678 36,678 0000000029ee5d072fddbbb4f89274e996c70969515c65bb5045271f482cae36 0.00 MB 1 0
36,677 36,677 0000000046fce0e046440c04d47a2dcc16d809b50ef2d0d8542c495d0ae840cf 0.00 MB 1 0
36,676 36,676 000000007d301f4ed1c436dc6f95b61cdedb058ae867a47cada2fdc6abbca809 0.00 MB 1 0
36,675 36,675 00000000bcfdf3d8336f8c331dfebb0c41633e527450af008d87d246480e86aa 0.00 MB 1 0
36,674 36,674 00000000326614e3300e931a71832d1385bdc6286abccde24394f524f13c378c 0.00 MB 1 0
36,673 36,673 0000000012a2f62d969b48683fc74af755e0ab1cac74f81dccff3422399760c3 0.00 MB 1 0
36,672 36,672 0000000095adf67280a39cc8f9639369c947cd5fd96998e0bf38960ba102e4b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,187.50 GB sent, 116.17 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.