Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,121 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,397 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,396 (898,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,804 10,804 00000000597d13fabdab4f36f4fd67728512ba204c0e11b89f7131d253c71b6b 0.00 MB 1 0
10,803 10,803 0000000036967fbdbbc2baf07dee45b6df057d95f8af736127711f255b6fbbe9 0.00 MB 1 0
10,802 10,802 000000002feaf67b1ecc03aadb9be70cc0c227f7a03759fe7fa4b733a1321e85 0.00 MB 1 0
10,801 10,801 00000000246ba741d5cb6dd08f096cd553df34c67121f6ba1a5af07279022c5e 0.00 MB 1 0
10,800 10,800 00000000707e3f89e9626b9379aa1a1157846ddbec7a6aa2b6834eacf957b776 0.00 MB 1 0
10,799 10,799 00000000096b84307ee9d4b98e3e6ead450ba14ab9f12d12219024389cf4ef69 0.00 MB 1 0
10,798 10,798 00000000ac31b7e0bc116eaa02248d7c9464064a45d0422ec288f44cf03df343 0.00 MB 1 0
10,797 10,797 000000007fde98869df606171c54078af66eff37933bff8cbc4ad30e881ce592 0.00 MB 1 0
10,796 10,796 000000006878cffc9b4b13525b7365e251fa86fa8405388f60afc7a16535f147 0.00 MB 1 0
10,795 10,795 00000000bcbf73e29f60f5ccf38bb5b550788ea183d52152e85f69236b1aa208 0.00 MB 1 0
10,794 10,794 00000000ef1fa4100910d70f13629b428e782ab82ca92260bf80b258e87889c8 0.00 MB 1 0
10,793 10,793 00000000ef2e2af389ce70854abd6fc87b3cb1c9d7d2e716e71bc50f7834654c 0.00 MB 1 0
10,792 10,792 000000004139fa1852584c5b9a941c0a3c73aacfaa4eff853f11af64f2f7ed93 0.00 MB 2 0
10,791 10,791 00000000ab1780a892574af558b0f1487d272ed50e63d945a1af89a4c92fb623 0.00 MB 1 0
10,790 10,790 000000007aa91fbbb88b715be9119d46900de0f578d420a48fbc10ae6fa74c14 0.00 MB 1 0
10,789 10,789 00000000dfdb96d650dd9c2767d02ef6da18fd8b3d8a3fde28bef1849d728f0d 0.00 MB 1 0
10,788 10,788 0000000042031931ff716be9ed84645e287bbf644e9f1d3c54eece6201ae895a 0.00 MB 1 0
10,787 10,787 000000000af4875b1e5c0d943fb600724c8dafd720571d33527a4dd7fcd0d369 0.00 MB 1 0
10,786 10,786 000000004afcc9619fddba58d5bd6bc98dcf207efb57be455f56ac27349f2509 0.00 MB 1 0
10,785 10,785 00000000b3dc34a21a82a2658f7a026c5d6f65ce3e260510878674956d5efb5c 0.00 MB 1 0
10,784 10,784 0000000008b5669a8b79af505f3aae5316720faeb114818568fbb1b70e727f2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.86 GB sent, 109.52 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.