Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,898 transactions (1.32 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,459 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,835 908,835 00000000000000000000bad7e90dd7b91740eb8c58b01fbfdc694626c00fee92 1.50 MB 3,458 3
908,834 908,834 00000000000000000000811aa89a5e727db1be6ea8a4a5c5065e369cb5402a04 1.53 MB 4,639 5
908,833 908,833 0000000000000000000148ae6edc8785fac48536bd4f5a96dfc0c58559398a1b 1.54 MB 2,894 3
908,832 908,832 00000000000000000001a0da9e0ee0b5f62878aa4421e53c1f09e1f471ef88a9 1.76 MB 4,748 0
908,831 908,831 00000000000000000000dd552e69f3964bd5e6410810ff3cfc44b3d964e71976 0.24 MB 549 3
908,830 908,830 00000000000000000000ec0ce986d7f34dc1c7b9efe138684664573e1efb2025 1.69 MB 3,834 1
908,829 908,829 000000000000000000014add767134399e764e3d9e223c9a0fcd509d0fb8b550 1.80 MB 4,609 0
908,828 908,828 000000000000000000004a11a235b41ae037218d1bd31a4738ce1c7f57624fea 0.01 MB 30 1
908,827 908,827 000000000000000000007dd15d791524ebfc8b1ba1701b5d97b22cc019e65ee5 1.78 MB 4,939 0
908,826 908,826 00000000000000000001f555c80e1bc0d58e26376a4d1601334b16b8b2659739 1.73 MB 4,689 0
908,825 908,825 00000000000000000001bee152bed392fd824569babc7be31c6dff394ab36676 0.94 MB 1,940 2
908,824 908,824 00000000000000000002242209c3da4995849d42bca0ed3d5a80a8760bdb3195 1.59 MB 2,671 2
908,823 908,823 00000000000000000001e55543d1320fed6c0f7761633a07ca2e61eb97a33924 0.24 MB 420 1
908,822 908,822 000000000000000000021dc6c875e5a0ce68201e683a5f3ab4390d85222b01f5 1.71 MB 4,644 1
908,821 908,821 000000000000000000018365768c6fa178e3630515524c98969b27cdb7983447 1.55 MB 2,812 2
908,820 908,820 00000000000000000000a43320d60bc19bb63006793700e548791e8b5291a9f8 1.47 MB 2,538 3
908,819 908,819 00000000000000000000bf9044e17643ffa61361b4277702176aa29be3dd44bd 1.72 MB 4,318 0
908,818 908,818 00000000000000000001b1bba426c1283ac303321a4f5a37e9fecce02d78bed2 1.73 MB 3,727 1
908,817 908,817 0000000000000000000203a63c3d9f0fb4ae6c60429202ac0290f19705b772b5 1.78 MB 4,926 0
908,816 908,816 00000000000000000001aec1234fd7555990d8b35e50025faae6c211d99556c9 0.03 MB 67 2
908,815 908,815 0000000000000000000025063a3ab51e960e56d53f8860e07b95dd9a71061d7c 0.92 MB 1,870 2
Previous 10 blocks ↓
Total Size: 772.39 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,079.15 GB sent, 110.20 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.