Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

208 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,752 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 187 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,751 (216,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,949 694,949 0000000000000000000f5a2b942fc99a6109aec1208fd2b100ad0765a22a080d 1.47 MB 2,495 13
694,948 694,948 0000000000000000000e888331f4aee16ca2e9047be98166e8f81e30bcd50eab 1.44 MB 2,776 14
694,947 694,947 00000000000000000004fb520877e348c916ac93c343363395a0e5d9c77e0a66 1.39 MB 2,288 15
694,946 694,946 000000000000000000063868b1bf0bec25ed2e2ad4e9255e70b037c6cebc8c0a 1.33 MB 1,949 6
694,945 694,945 000000000000000000110fed40a2f1c19404d424f6b98825f1d331b4a75a05c0 1.49 MB 2,629 18
694,944 694,944 000000000000000000057a5cbcb60a0e0e67fa566b47e13539f6f4ed5003139b 1.26 MB 862 3
694,943 694,943 000000000000000000107970bf1959f91c9ee8d06a3852f3bfb11327d4ad8bf2 1.24 MB 1,110 5
694,942 694,942 00000000000000000005fda44532a2faa602b578178ac3c5194a09729682eae3 1.53 MB 2,945 13
694,941 694,941 000000000000000000108ebf6210a70956f78881b56d167433e152dedc8b91f3 1.29 MB 2,047 10
694,940 694,940 0000000000000000001247ad5f4312e3c492e5cd10c5fe759020b2941b9c55ab 1.58 MB 961 5
694,939 694,939 0000000000000000000e1ed8c4104cc2694d2ab8e9e1a1eaf1b91dabeb238ac2 1.82 MB 360 2
694,938 694,938 0000000000000000000ed3b9838a25688ed4c4db84b345b1d0eb0bf4a426dc1a 1.77 MB 916 3
694,937 694,937 00000000000000000003831a91e690d992f4eabf5fc9635e6d49ddc67f2df059 1.64 MB 2,043 8
694,936 694,936 00000000000000000004d561c8d5331f7ebdeb518610cd1cc84a28c4cefae524 1.78 MB 565 3
694,935 694,935 000000000000000000106f3fde080bdda9437287d8db47d151ab75a19855f22f 1.73 MB 1,098 4
694,934 694,934 000000000000000000093b2aa716c2634e6f3c8887e9eeaa1e0c0ec5208f3673 1.41 MB 2,880 18
694,933 694,933 00000000000000000008511ed3f1b80b2dac32609bea1034f0c7fa4c1401ed3a 1.71 MB 1,522 5
694,932 694,932 0000000000000000000254563b372d6a8e3bd27a9ceb00df7f79db5d4ea2dfc1 1.77 MB 1,769 15
694,931 694,931 0000000000000000000f86c8043c26135a10e8ece4744f4e70042000c28d0e7a 1.60 MB 2,535 8
694,930 694,930 000000000000000000021463861a840755bdc240d4ff3fb8c26abc3ec33ad674 1.65 MB 2,503 9
694,929 694,929 00000000000000000004d5a4a0e817714399af5afee4d6ce8d7c4888cb91af8a 1.61 MB 2,635 10
Previous 10 blocks ↓
Total Size: 776.62 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,428.86 GB sent, 131.69 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.