Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,799 transactions (3.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,900 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,928 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,899 (887,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,885 22,885 00000000bc1da4b18c3f0ea00726fd2aabbb67f32c73cab8bcda8ef1468f1906 0.00 MB 1 0
22,884 22,884 00000000d94a1ef99605622ab138801edbf77623e6315c9bf9dbe8221b52092e 0.00 MB 1 0
22,883 22,883 0000000071bc1bc8377dcd87aeed7b904352a909a000c1b8072910e1732ffe7c 0.00 MB 1 0
22,882 22,882 000000003f1e1fdb7d3439b502fc22e572897687796b26a192265b5edb9bb892 0.00 MB 1 0
22,881 22,881 000000008a0d27cb0110ae6fa560b18319d8effa7f043a72ddc7778a12078c69 0.00 MB 1 0
22,880 22,880 000000009484c290aba56bd21726de3fcebb0bb89c8eb392d4f61df5682999d4 0.00 MB 1 0
22,879 22,879 00000000b68fe65dc4bbf59a85165c428527a1b27c695479742394ded0abb34e 0.00 MB 1 0
22,878 22,878 00000000209bf64458cac92db29fb6fc5c8e0c3d607579ab83a31beeabcbf8fc 0.00 MB 1 0
22,877 22,877 000000001b38d54523d7fd3c340c1c42d6967783e0d96645ec869e1d0b13b75d 0.00 MB 1 0
22,876 22,876 00000000e0ac9b82f3c34c18d361bf61883e55296e054e52a7137b4c2e578854 0.00 MB 1 0
22,875 22,875 000000003d115903d24fbd51534aa2cf68e3d47c0c65dd072d69f97dc38c481e 0.00 MB 1 0
22,874 22,874 000000000f98cc6cccc9f023515c2d3f4c8ae954ccbcf6fa82cb57c3e0e6c7b3 0.00 MB 1 0
22,873 22,873 00000000be6a011f22171b5cab5516b661d31ab25b5daf2f7317d374986e65ff 0.00 MB 1 0
22,872 22,872 00000000b6929b55f388a9bc89aa14c46f69038ebbd04ce83576505326586542 0.00 MB 1 0
22,871 22,871 000000004d4c00c1b03b9f634d4ffbb785bcc384c41720e399d9882f3c349714 0.00 MB 1 0
22,870 22,870 000000004132c50c8c0e8ee62171ec3c3d7b6ec040120b3e345662c3ec7eb643 0.00 MB 1 0
22,869 22,869 0000000089c2b8d2b2a4f7e21518de4f59f4cdec0770a7231e31192b39b3555c 0.00 MB 1 0
22,868 22,868 000000006397859bea8fca575f011c3967c1955a3e4419ff20b8d5966194f51e 0.00 MB 1 0
22,867 22,867 00000000e93e120f83405bb1fed9be9ab7ad98d5c066a5a3a830ec794d8eda04 0.00 MB 1 0
22,866 22,866 00000000bd71b0cd816882a3dd6157b230ff74793716812ca67530e10244f740 0.00 MB 1 0
22,865 22,865 00000000215861b81b5e7b8f11a3408f56c812b40b6993956f6b47daf1cca7d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.21 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,171.77 GB sent, 114.47 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.