Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,065 transactions (5.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,649 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (853,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,677 55,677 000000000ab5aa7f61ce3bad1497943ef671f3f909ac0da455aa2d31a021e0fb 0.00 MB 1 0
55,676 55,676 00000000114247fb4ebac8c8e2b03d172d5254c2c7748b42b7e38933b4959bd3 0.00 MB 1 0
55,675 55,675 000000000645da4cb991eaa00897d494984a276a5afb31c7f6922fd878d86aa9 0.00 MB 1 0
55,674 55,674 000000000c91cba29ce998be8f18ddb5080c3746ceb281200c4f2af2d2537199 0.00 MB 3 0
55,673 55,673 00000000104cf9411c85e5b640a6b8375a70371e29492d0fd0408a4d9a369209 0.00 MB 4 0
55,672 55,672 00000000022c7745313c2d15de6b51fe2c47c753fe97b59845908b0a69787a62 0.00 MB 1 0
55,671 55,671 00000000027a56a83dcb92e8c8dcfc938ce9ac204555843a9d953306a1bccd19 0.00 MB 1 0
55,670 55,670 000000000ebb54d636149971e9c8313149dba3818162cfefa1aa5fbf1b83d911 0.00 MB 1 0
55,669 55,669 000000000c6e942519f0639868661b9378197324dec3700ac0f74269082b882c 0.00 MB 1 0
55,668 55,668 00000000130c53617f1fc819e24146865cb0c975cf847872f558a841106387ed 0.00 MB 1 0
55,667 55,667 0000000010055397dcc0cb20306e9ccc4bae30623a496e494193af9e51b2fc63 0.00 MB 1 0
55,666 55,666 0000000004315067a7a9daa12984217d78c85fa1ab893f80288e3f85772af8c7 0.00 MB 1 0
55,665 55,665 000000000d7c632cd5e2b50a2a31937b042a06c78d272cf1a81c70b58bfda5d9 0.00 MB 1 0
55,664 55,664 000000000b638279d008db92273fc83d2864b1911956d222920c9152e1bd16d7 0.00 MB 1 0
55,663 55,663 000000000d74081844a1905111d977b86d5a530e8d0eaf2049cd3f042775eb04 0.00 MB 1 0
55,662 55,662 00000000024e4cc10dec9f03ea987c67d674150f29207687ea43fb6197c6b79d 0.00 MB 1 0
55,661 55,661 0000000008812e3e7414f833fa486080fc0732fbe9985f6cef2504ba96b3b625 0.00 MB 1 0
55,660 55,660 0000000007f8ce7c4acba888ed5eead301b6e637cbb7820e826b00b41705f898 0.00 MB 2 0
55,659 55,659 0000000002b6e7dde469cbcdc33dc316409061c7a25cb45fa1775add826caf43 0.00 MB 1 0
55,658 55,658 0000000011130bb4565b28faa14c9786f0f31c07b845d2aa174d2335448a3049 0.00 MB 1 0
55,657 55,657 0000000000573092a3db6da38c2f4ddfc3643695cfd635e2a22cf733d42a6a38 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.38 GB sent, 108.32 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.