Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,632 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,805 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (35,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,508 876,508 00000000000000000001f3b8c68c8a45313968f4836a7380735ee4f1cd6b8f2c 1.84 MB 1,150 5
876,507 876,507 0000000000000000000286ec064224a5754a72fef24cb86de20b5e9834f0cfee 1.94 MB 928 5
876,506 876,506 000000000000000000019548e9e456dcc6fd8a4b16046189ea38b3fc6a7ae41c 2.01 MB 910 5
876,505 876,505 00000000000000000000549f36102cf4201680afa7255f9d3ef48d13509a8a66 1.84 MB 1,201 5
876,504 876,504 00000000000000000000bd8db8091414750e44fbf0b2bee5e4d5650a57fcecab 2.07 MB 347 4
876,503 876,503 0000000000000000000246763c75ba128fdd02ff4398c0e80bb72e004617aaee 2.06 MB 695 4
876,502 876,502 00000000000000000001d4875125d0480d47532bfba60e91c81eeecbc9017cf6 2.09 MB 502 4
876,501 876,501 00000000000000000001bf99c7faa56fc0cd85b22f50d705b65904e680f7f339 2.12 MB 1,374 5
876,500 876,500 00000000000000000001577138161eaf7dbc193fee583871759ccbb91dcdbe49 2.97 MB 2,466 5
876,499 876,499 00000000000000000001b5b110ce0016cf614ed7d04d60c02e4b250b64d1d431 1.52 MB 2,342 5
876,498 876,498 000000000000000000009ab8f2e08530026278ca9ff4b09bf9119ad72d43c83f 1.41 MB 2,429 6
876,497 876,497 000000000000000000005227e0db4e5d27421e745137559aee28613b856c5b71 1.26 MB 1,650 5
876,496 876,496 000000000000000000008079100cffb6e9e83ed030d39a7999caa020e778773e 1.48 MB 1,707 5
876,495 876,495 000000000000000000002ccd5002ce78adc5870eaf2d020fea2b4c7dd7b0481b 1.64 MB 3,704 7
876,494 876,494 000000000000000000012dd59015555d350c65f0460567001bf2bb01164bc928 1.57 MB 3,423 8
876,493 876,493 00000000000000000000df0f0fefdea3a602af7f33c86c35f6c64695b975dc65 1.68 MB 3,375 6
876,492 876,492 00000000000000000000cd9954fb21aa7ff2eefbc86cfca845106255559e3be0 1.60 MB 3,256 12
876,491 876,491 000000000000000000025f4d0c92b13be767a0d74bd0356100d085fb3108484a 1.67 MB 3,166 7
876,490 876,490 000000000000000000027eaff92421180a3d8562b267557404aa7da310a78fb5 1.52 MB 3,808 10
876,489 876,489 00000000000000000001af4c0894715ee6c4817820f3c9f490531c33dfc503f6 1.58 MB 3,985 8
876,488 876,488 00000000000000000001b33617f9d0e203b8157cbe50dcdda31fbb28d42f0dce 1.48 MB 3,314 11
Previous 10 blocks ↓
Total Size: 776.73 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,451.28 GB sent, 132.19 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.