Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

491 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,200 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,199 (875,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,942 35,942 000000008565f98d23968a35b50b30061eb017689a18b4e4f4fb3c945072aaa2 0.00 MB 1 0
35,941 35,941 0000000016774cbe95267706a86e890612cc258a2c9cf8f720f52cdd0955bbcc 0.00 MB 1 0
35,940 35,940 000000002ea6dcf50fd45820d0c6a86e138fdbbcd77382a2f8f07d5bb8f45c89 0.00 MB 1 0
35,939 35,939 000000006d4886ceab543e1b7f438909c893f84df1df14f38f66428524af50d4 0.00 MB 1 0
35,938 35,938 00000000024cae06ac3ab900e4f2dc7d7dbf8a47be0307325bc37c160dc2139e 0.00 MB 1 0
35,937 35,937 000000002432ad64b9b712f255a6b5302f1d2f172efb3b6db855c18c4a1076db 0.00 MB 1 0
35,936 35,936 000000007f09b55686201634099db25e6dde4054c7e92ec65d0f2eaeb1dc2ebf 0.00 MB 1 0
35,935 35,935 000000005d743ccde03418391a458a2505b6613720ece446cda074c25cc26073 0.00 MB 1 0
35,934 35,934 000000001d49fcf6b821ad03574a4844bcc021a1ae039addbd523c2f7ff3db06 0.00 MB 1 0
35,933 35,933 0000000077818d818faa584a47310e1a7d93b43cff16756722daa9683dc09f2f 0.00 MB 1 0
35,932 35,932 000000003d97451005d8dd31cd2eae49342076890f2890c3f3538d865d41ad97 0.00 MB 1 0
35,931 35,931 00000000b2a74559d0e7f8788c8ec027ef06dc3fd01f920dd2ba7a2460ef05f6 0.00 MB 1 0
35,930 35,930 00000000b15595e029e04387452fb5e2423e40a8d6927228251058f51e5a1617 0.00 MB 1 0
35,929 35,929 0000000010389aa06340eb0a7747a874581adf0efae3363416add19bc09c8bd8 0.00 MB 1 0
35,928 35,928 000000000f4617caf0a1af8ac23845b3dd5a79763c5b13104975b002331c7a09 0.00 MB 1 0
35,927 35,927 000000001cda39962a0b922cd1d42c7e3e8946a41de98c322e3428107c48fa8f 0.00 MB 1 0
35,926 35,926 00000000199daf1a7bc0fe2594e626486c69c166bdfd2a1eb0948a8fcc553bd6 0.00 MB 1 0
35,925 35,925 00000000afda8603a0a53d2b6d7915cd171371db8f09f41425036540d0492d50 0.00 MB 1 0
35,924 35,924 0000000010d70dbb98efa1c5f8dbe5bf82589833110cf08630259443101bd7b6 0.00 MB 1 0
35,923 35,923 0000000028a0b883d641086f03f065fe79e6e5aa4064d2c20f1499557e1a2519 0.00 MB 1 0
35,922 35,922 00000000aedbeb528a01e3b7d75b9170f07c96a8b5453c1c662c73a740e9d1b2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.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,377.06 GB sent, 126.87 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.