Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,155 transactions (3.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,429 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,093 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,428 (603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
908,814 908,814 00000000000000000001b033f45aa20c3742ae7e1cb04ea441fd8b84274f9e51 1.65 MB 3,732 2
908,813 908,813 0000000000000000000221532ad3450bab509f2999907a302df23b1408b82f4b 1.58 MB 3,284 2
908,812 908,812 000000000000000000008e414f810ae815e89cdf792af3a7c193e6702336dffb 1.78 MB 4,891 0
908,811 908,811 0000000000000000000026d03dd5347b2f2ed6fb6d05cefe28d6019ed2d3ea9b 1.84 MB 3,784 0
908,810 908,810 000000000000000000013f3c53aa8134c77785bdd2969e3c488bc7754e0f11e7 0.64 MB 1,086 2
908,809 908,809 00000000000000000000015977f1e24ec4cbfd5b6484873539f4dce918c717d1 0.00 MB 1 0
908,808 908,808 00000000000000000001cd94cee0ddc37e1809d220bdf1f509c4bf16ab421be3 1.75 MB 4,577 0
908,807 908,807 000000000000000000001ababc59882dc8b01f457b7d91918c883f06406e2c85 1.98 MB 4,505 0
908,806 908,806 00000000000000000001c088f9d747d16493ffd4c31c84f88a426815fd5a2e48 1.51 MB 2,664 2
908,805 908,805 00000000000000000001e69638c7b6edcc04c5d9abe05f65abf28b453ea910ee 1.68 MB 2,336 2
Previous 10 blocks ↓
Total Size: 772.34 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.00 GB sent, 109.90 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.