Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,409 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,755 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,149 910,149 00000000000000000001919a930d370882a7712e0fb8cfb69bd4a9cc58077311 1.76 MB 4,403 0
910,148 910,148 00000000000000000001b69a818e6a994e7e80e8ec4d20a6adce3bb926cc47c8 1.66 MB 3,782 1
910,147 910,147 00000000000000000001a8663ce0d0a929bca343cbdae3723fa116ff51f1df06 1.97 MB 4,242 0
910,146 910,146 00000000000000000000b0e245ab554b0a377f1007fba56c86263eb204a8a28c 1.90 MB 3,793 0
910,145 910,145 000000000000000000009962414bec23b4f897191abc6c340a607ce53e3eb482 1.87 MB 2,088 2
910,144 910,144 000000000000000000007707c94518572c685fd3937ad397a854788376abc463 1.62 MB 3,729 3
910,143 910,143 00000000000000000001a1f16d0aa3bef6ea5e96edf516c0e4fbb3edd2a10e2b 0.68 MB 1,027 2
910,142 910,142 00000000000000000001d7f1b0cad9cb15d088bcb75dd693ce7e4f6f1f19453f 1.55 MB 2,986 3
910,141 910,141 00000000000000000001d383b1e461f79a0f0cf6ea0debbf15aff97827a5a6d5 2.49 MB 2,075 1
910,140 910,140 00000000000000000001d46e8ba3006623af1fb022a5579a10e693ffc95c939b 1.67 MB 2,810 2
910,139 910,139 00000000000000000000ad9fc98c231cb621868a793f462ea01b7f63dee35fd0 1.53 MB 3,487 4
910,138 910,138 000000000000000000010541721d28aeb872165b132b3efc28b7cbf044db643a 1.10 MB 2,311 2
910,137 910,137 0000000000000000000060ed43bc89775aa0a16114cfc0415ca85de0a7dbba05 1.65 MB 2,907 3
910,136 910,136 000000000000000000012cd7522488e16cd3787dd520109ba0d1e7851686acda 1.76 MB 3,970 1
910,135 910,135 000000000000000000009fcff999da2ab97631fc44905ff5e47367ca9c2e4c4d 1.57 MB 3,312 4
910,134 910,134 0000000000000000000224d7a52be443a4c2eb490bb31b5030eaf1ae150c913f 1.79 MB 4,503 1
910,133 910,133 00000000000000000000bd2134d2b764359394f09fb5015a3795ecbbd145b642 2.51 MB 3,333 0
910,132 910,132 00000000000000000000d16be7c350daa12f094fcc02d8d4616f98b86f3a4d3a 1.44 MB 2,402 2
910,131 910,131 00000000000000000001e78b7854666da478831fc4dbfd72a43cb6b124dca40e 1.74 MB 3,514 2
910,130 910,130 0000000000000000000159275fd477bc0a9c14de1b7df4449326ee562ba37177 1.44 MB 2,829 2
910,129 910,129 00000000000000000002019e0e9828f9c702593d2c911e385e773ac08213053f 1.74 MB 4,138 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.26 GB sent, 121.58 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.