Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,687 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,521 000000000000000000022b910000000000000000000000000000000000000000 ago 0.98 vMB 3,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,520 (385,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
526,009 526,009 00000000000000000004aae7469999b2ced9484051738967c3a12e73cb0206f1 1.13 MB 2,331 11
526,008 526,008 000000000000000000037b40214fdda5fe011af0fe00e0bd0cfe9153c9b1e8d2 1.10 MB 2,583 27
526,007 526,007 0000000000000000002dc88a7e8399f6ff342d8a75ae4700f7feec6a150dc9f7 1.07 MB 1,190 6
526,006 526,006 00000000000000000002ce06cf98f0dc01889a651479a6aa47fd1e7e95fb8276 1.14 MB 1,521 17
526,005 526,005 00000000000000000035d1d634c5b548e1ec195e1d6a074fa57cf6d0b3b110e0 1.04 MB 875 6
526,004 526,004 0000000000000000001e2cccf09c8d489db559f991b18abea8810f3cca39aa4a 1.06 MB 961 5
526,003 526,003 000000000000000000156d02ebafc70ad9d10fcbf625c061bb86eba66ad273bc 1.02 MB 454 5
526,002 526,002 0000000000000000002b0940a2833aa749ec4541f5d42e633a68f1429ced9c77 1.00 MB 158 1
526,001 526,001 0000000000000000002722261ad8df384cde05b9e0686d7f9016ccecd343d6e5 1.04 MB 414 3
526,000 526,000 00000000000000000014efd200df794270d0b4e87b309f56fcd706de8821d679 1.01 MB 297 2
525,999 525,999 0000000000000000002e0d206573bf836809338f9fdff23171f4bbf143ca8fdf 1.01 MB 332 2
525,998 525,998 0000000000000000000b115c2395cdd8454767772349e121569fd3bc47e3e34c 1.24 MB 2,177 7
525,997 525,997 0000000000000000002e2f5003dfa508cf670c4a646873ae1d5e9e251bd93bfb 1.27 MB 1,530 22
525,996 525,996 0000000000000000003bf55e5913d06cc407a93902e2d977b00748399a2df039 1.33 MB 2,162 6
525,995 525,995 000000000000000000369ab937fc569f75171604d891bd403af0cecc38ba43c8 1.10 MB 2,031 20
525,994 525,994 0000000000000000001d0392b10e6383c8daa5030b2f158ea4f4c55650ab1b12 1.19 MB 2,485 18
525,993 525,993 0000000000000000001ad989d3c0c130e2497eabb7cda58e80b0a8fd381566fe 1.43 MB 1,015 7
525,992 525,992 0000000000000000001bb6f6a43c25c167d317c01086322b374e596106d5609a 1.36 MB 1,772 14
525,991 525,991 00000000000000000029a7eb32f46db77a347b77c73d4473ac9bc61ee6d0883c 1.28 MB 1,247 10
525,990 525,990 0000000000000000003f1ba8dd9ef5939fafbcd70a23b5326454ed6168cc8142 1.15 MB 622 6
525,989 525,989 00000000000000000037acbd8ccb51a8f09222800eab38f30c89bbe48ade3925 1.16 MB 2,092 12
Previous 10 blocks ↓
Total Size: 776.20 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,412.88 GB sent, 129.71 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.