Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,504 transactions (1.78 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 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,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,643 909,643 000000000000000000021c7ab16d389807f8acf4401021648d736198a5bf4978 0.34 MB 513 2
909,642 909,642 00000000000000000000c594fd7e123b3017e81e0774820e3bcf899ca4687946 1.72 MB 4,100 1
909,641 909,641 000000000000000000006b3cbb25c26d33aa028ad2929c1392a27aa9851a60f5 0.83 MB 1,385 2
909,640 909,640 00000000000000000001cb4c159353f87703d2829017a9513253765739c8d00a 0.86 MB 1,286 1
909,639 909,639 000000000000000000015a05f0e22e28a912fbf0fe83955815980c3a235ac743 1.66 MB 3,512 3
909,638 909,638 000000000000000000013eaddd87d7ef33ccfecf54636b6593255b1c2ad27d03 1.72 MB 3,915 1
909,637 909,637 00000000000000000000634763ef22d7ba78ea690eaf7b4656043ed4645a12c5 1.83 MB 4,135 1
909,636 909,636 00000000000000000001f36841044449edd5ec63b7622f5858186297770fb46e 0.63 MB 1,084 2
909,635 909,635 00000000000000000000e49194f9b51bbf3d4e50eef531d4950e0daddb299304 1.81 MB 2,990 2
909,634 909,634 00000000000000000001ddc30c1909e55c74c8f5d77733aaa8f0cf51bf6ee4b1 1.87 MB 2,306 1
909,633 909,633 000000000000000000021301b7324e5f8d376f3b7f3942e2905105b715d89bc4 1.79 MB 3,570 4
909,632 909,632 00000000000000000001d8dc60246aa347046dc2fc92a519ab3430f1854413a7 1.83 MB 1,566 1
909,631 909,631 0000000000000000000105108d3339cec6567fd823440e21742f860e54f6bcd3 1.93 MB 3,417 3
909,630 909,630 00000000000000000001141de37520017bcf5d1195c4cf5bc44e27cd40e15f3d 1.78 MB 2,464 2
909,629 909,629 000000000000000000005fbe34598da06b5fd90952032867617b78ae4807631e 1.95 MB 3,551 5
909,628 909,628 00000000000000000001e41c638872b887a5cc7c65bc0854614194cf84fdecfe 1.95 MB 3,020 3
909,627 909,627 000000000000000000002f7be20dbd51f2a96568141568df376de8824eb8986b 2.01 MB 3,904 4
909,626 909,626 000000000000000000021ad823a9d973eb0e7b85e6b8fa63c10ed7fda179ff64 1.93 MB 3,207 6
909,625 909,625 000000000000000000002d6471c8967b8927500aa6616b1228581bed23b8bb74 2.04 MB 1,696 1
909,624 909,624 00000000000000000000c4ab2f72178ce25a16ede6355c64147fa7607ac0d4c7 1.92 MB 1,850 1
909,623 909,623 00000000000000000001a3f44008aa80294c9903706bc1135384f6b41175afee 1.98 MB 2,092 1
Previous 10 blocks ↓
Total Size: 773.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.08 GB sent, 115.81 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.