Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,394 transactions (1.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,910 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,397 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (845,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
64,769 64,769 0000000005affd91795fda5a1a33b768e15ee08dce32c95b623723e68b1edf90 0.00 MB 1 0
64,768 64,768 000000000561f95dccb646bb9fbfe4990c5a23f098bfd5219d0607812e89bd0c 0.00 MB 2 0
64,767 64,767 0000000001fa4cd4c66d42f0bc94bdeaba31bda318b38186eaeab159034007c6 0.00 MB 2 0
64,766 64,766 0000000006a039f7da54cef1ac8a87e57f69ea68aa16b4c9f66ab888ca5b51e5 0.00 MB 1 0
64,765 64,765 0000000002102e4897398a70894422b107efef33bca644e3583cb37e10fedecb 0.00 MB 1 0
64,764 64,764 000000000a863fc0ae808cff2aa95e5c51a513122e1e88bb2d15510032c8fb3d 0.00 MB 1 0
64,763 64,763 00000000027d00b6cbc865911d72cbc98b162c502cb97215efe579d0e0070829 0.00 MB 1 0
64,762 64,762 0000000008bc688269961affb15bb9e8c8b873907a3c8f6703e870ac5045e9b6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.