Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,466 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,892 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,166 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,891 (845,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,790 64,790 000000000010f7ffeb98ce7fbe5d5d574ea6d075e1a706a8b7d88b6df46bd246 0.00 MB 1 0
64,789 64,789 00000000076bd6e2319dd70c2fdff60bbfdd5d42956c7e6fe7998d9912090f30 0.00 MB 2 0
64,788 64,788 0000000006492e79a6cd9f561418efa4f26073fb661c13326a86026760c44663 0.00 MB 1 0
64,787 64,787 000000000a768c732d8b62630978885d827042382a5bfe679956c57e4cff6b19 0.00 MB 1 0
64,786 64,786 0000000006934ea1b1b66fa21b74c41fdc7bb983a89b89f8fca63826d80b5ab3 0.00 MB 1 0
64,785 64,785 0000000009316af14a3a66a260e3c25268e235c5c04db86eb7d3318a5a3f4e35 0.00 MB 1 0
64,784 64,784 0000000003f3a4e03b55147c33c607404a94db0bdce802388acba7a5c4759e7b 0.00 MB 1 0
64,783 64,783 00000000039ef0efd03c78dbcdde38450866aeedced239e0d535ad286a08a7f4 0.00 MB 1 0
64,782 64,782 0000000000e14d9105cd9667c7ae8aa8a68003928ccefbd4314fa1a550607b2b 0.00 MB 2 0
64,781 64,781 0000000009dd5315bc1ae9f3f8239133a1d9be27a1a28b2fcf8327def1ddff45 0.00 MB 1 0
64,780 64,780 00000000069e77e497b4cb3a4d91798fd938499f9fc08b4bf2c523a9b69f35fe 0.00 MB 1 0
64,779 64,779 00000000011fdf168dde3c252542ff5f0ad514ee6d1abae23eef4f3f53d4ceed 0.00 MB 1 0
64,778 64,778 0000000007ce1e009a3359cf93427219e40372cb6dceace2f1d36e99adc95a91 0.00 MB 1 0
64,777 64,777 0000000004cbe3d369e6394a34b37dae4eecca854a160f1588e90368a240405d 0.00 MB 1 0
64,776 64,776 0000000003b17d16e6e4712c2b2165baed860fc94f7342f6e13aa9317d1ecc4f 0.00 MB 2 0
64,775 64,775 000000000561874125fbf79d9ab8a0e75ef2942670424515d2119c65855f7c93 0.00 MB 1 0
64,774 64,774 00000000040d29a7e87426adebd44149884f6223df2ceda96bb9b1a31750f010 0.00 MB 1 0
64,773 64,773 0000000002fd270a0a54592f9a74a2851d3e4353a1f5457df0f56beaeece90d0 0.00 MB 1 0
64,772 64,772 000000000910465866cab316435a930789c5ff71d135f422f05bece2628eb8c8 0.00 MB 2 0
64,771 64,771 0000000008a2d19f19df4d635f8de812268f74df9a30133a36bf116af138c9e5 0.00 MB 1 0
64,770 64,770 00000000032ed73e38981a140fe201e0232420d259da8bdcc803b5ac97b35b71 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 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,171.54 GB sent, 114.35 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.