Explorer IconExplorer

Memory Pool Memory Pool Refreshing

764 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,452 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,451 (856,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,620 52,620 0000000012c3d7a764d49eba2369b1b6d81e0766c70b796281eb2311f511e699 0.00 MB 2 0
52,619 52,619 0000000000f320c493a15d1e0148cc5719abecdd6bf402a9d926721062f1eaaf 0.00 MB 2 0
52,618 52,618 000000000529c17c67bcda06393e5fcc1eb6176c94cbae820410b9fbfe2e5739 0.00 MB 1 0
52,617 52,617 000000001618064f5bf56a81ecd15695ea190ef3374607c26f7a8da9db10d442 0.00 MB 1 0
52,616 52,616 000000000ce39cb4f615744fa065620e5a464990df6e5073323ec2f76b6c9698 0.00 MB 1 0
52,615 52,615 000000000da4b4352566b0f86185c820854f68825c0dce4b26e9ca160f9244f1 0.00 MB 1 0
52,614 52,614 000000000311e58145f6a176e700229d6d169e77ca490043d8a32a613e4d6322 0.00 MB 1 0
52,613 52,613 000000001135319650b6e3cf7e8999b92b4000e93f0c44449a21c1f2ba5c5a7c 0.00 MB 1 0
52,612 52,612 000000000208aa40bfc0639de9858b33faa240c417cbb0a85a7a59f866f59015 0.00 MB 1 0
52,611 52,611 00000000015835c0a94b55cf2415c38aa718734981ba75b25047831be9c2de57 0.00 MB 1 0
52,610 52,610 000000000a49d0dba0be537d359f5ca91c50273811e2cf6216a65190d9127c0e 0.00 MB 1 0
52,609 52,609 0000000007949c4c4f39e43a2581c257ef99d83941de6815399815269cfa532a 0.00 MB 1 0
52,608 52,608 00000000070c47d4c5670c18f10cda1878969c88ee8eb59323c7414075660f72 0.00 MB 1 0
52,607 52,607 0000000001995ca2905e5d5bc83354ed31f3fb5c56a6146e9c20f88f2bc4e3f7 0.00 MB 1 0
52,606 52,606 000000001629601d9687002817692175604029c7f21fffaef5030d05e9f74781 0.00 MB 1 0
52,605 52,605 00000000155d8a55373de5999ca382acc0c18a42fa490ad3c3d05d774039b1c1 0.00 MB 1 0
52,604 52,604 0000000013a5e2bcc6983627962431ecdfdf9463d9e1d863b0bea6bad26afc0a 0.00 MB 1 0
52,603 52,603 000000000a0029ce1261397e27f33e5ce5ecaf914ba6f5c9ca59e4c83f3c7e92 0.00 MB 1 0
52,602 52,602 0000000000f370d94775a92e6aed5c24683e32372f872971ef893560ec94d7b7 0.00 MB 1 0
52,601 52,601 0000000008f5ee81751539c8d22cad5365e8fdcbd4e81b42911d9ec5dc33c896 0.00 MB 1 0
52,600 52,600 0000000010bcaf30353e193b01a6a628cc0332e3c392cbf75d4e9c2a96f2b000 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.38 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,077.87 GB sent, 110.10 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.