Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,006 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,005 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 984 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,004 (839,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,764 71,764 00000000005fea9f8df3099869ee82312b095a73763b0d53a59150b389bcb1e9 0.00 MB 1 0
71,763 71,763 0000000000eec4f7863dd0aaa4884b590a074a0a1b16f1a279416f71eddb6add 0.00 MB 1 0
71,762 71,762 00000000004f9e164dfd2828864fdda75fc24f1573b79faa7b3d4a8f91f308ea 0.00 MB 1 0
71,761 71,761 00000000005c64ec0a64e967bad16f450ad63845ef424306b3acfa5469bb9e9d 0.00 MB 2 0
71,760 71,760 00000000005809d3cce47e522ff3b171447209d06477d3e32689ea361cdd97d0 0.00 MB 1 0
71,759 71,759 000000000054d8e3553c3a29e4bbf3f61a4d79d2e7f23b6b6753b8906ec38d80 0.00 MB 1 0
71,758 71,758 0000000000c1b33ee3d14d761a00c00514d2879cd80b899dd5c55dbfe7e1c44f 0.00 MB 1 0
71,757 71,757 00000000006425a4b58ad8d05fd3daa786276a92522544d53b82ab6966ea0464 0.00 MB 1 0
71,756 71,756 0000000000213aaf4e7fed082bf6ec1c35e71725c7b0dc1e8f6dbd9e0a12916d 0.00 MB 1 0
71,755 71,755 000000000065d0f1fc1ff5e3770172c4462be44e2da65b179957adba39d0c0a1 0.00 MB 1 0
71,754 71,754 0000000000983cd397c9319f6159169baeb5892c4ecfeeaff291ac58592f57c9 0.00 MB 1 0
71,753 71,753 000000000070810f39c5b2c07b07af6de28d2c43fb642de122912ddad8b5c68b 0.00 MB 1 0
71,752 71,752 0000000000eec7419f8e452449d62a00721d7d594923ee4afd461018e314b90e 0.00 MB 1 0
71,751 71,751 0000000000bf8d6fae1ce540fea7d142763dea4ee75ee768754e34ae28f620c0 0.00 MB 1 0
71,750 71,750 00000000008cfc8c3a6b9c2a23827e8fbb67a00e908c62e2c48ff5f97d67535a 0.00 MB 1 0
71,749 71,749 0000000000fecd0d0a6213811d65b19ddffe15d86b33b6736500e8d1110e7aa4 0.00 MB 1 0
71,748 71,748 00000000000eb95fb6fa6b0e7631549eeb1e8798b7c05c4d3aee42037f6f7c16 0.00 MB 1 0
71,747 71,747 0000000000556aa32f40b4bee86dc016b135906ea352135e634d30c8b9c877d1 0.00 MB 5 2,288
71,746 71,746 0000000000df7c81a67d2bf0554e7349f88ec7ea4f26ab6c1e98c83cf4007824 0.00 MB 1 0
71,745 71,745 0000000000e6cf62adbf71a4530cc2298c70e99a769ec5c42ab0780690d7eee7 0.00 MB 2 0
71,744 71,744 000000000050927d8d6f66b4b258043f48196fe35310b523fafb8263fc5bb390 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.25 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,359.94 GB sent, 124.95 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.